Skip to content

Commit 4cefc8e

Browse files
committed
Added AssemblyInfo where it was missing (#326)
1 parent df80dcc commit 4cefc8e

File tree

20 files changed

+28
-160
lines changed

20 files changed

+28
-160
lines changed
Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4-
// General Information about an assembly is controlled through the following
5-
// set of attributes. Change these attribute values to modify the information
6-
// associated with an assembly.
7-
[assembly: AssemblyConfiguration("")]
8-
[assembly: AssemblyCompany("")]
94
[assembly: AssemblyProduct("MyTested.AspNetCore.Mvc.Authentication")]
10-
[assembly: AssemblyTrademark("")]
11-
12-
// Setting ComVisible to false makes the types in this assembly not visible
13-
// to COM components. If you need to access a type in this assembly from
14-
// COM, set the ComVisible attribute to true on that type.
155
[assembly: ComVisible(false)]
16-
17-
// The following GUID is for the ID of the typelib if this project is exposed to COM
18-
[assembly: Guid("18b6c20b-9c4b-4444-ad61-8daf57012599")]
Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4-
// General Information about an assembly is controlled through the following
5-
// set of attributes. Change these attribute values to modify the information
6-
// associated with an assembly.
7-
[assembly: AssemblyConfiguration("")]
8-
[assembly: AssemblyCompany("")]
94
[assembly: AssemblyProduct("MyTested.AspNetCore.Mvc.Configuration")]
10-
[assembly: AssemblyTrademark("")]
11-
12-
// Setting ComVisible to false makes the types in this assembly not visible
13-
// to COM components. If you need to access a type in this assembly from
14-
// COM, set the ComVisible attribute to true on that type.
155
[assembly: ComVisible(false)]
16-
17-
// The following GUID is for the ID of the typelib if this project is exposed to COM
18-
[assembly: Guid("c4d78d04-d99c-48d7-9339-1e2d0f616a4c")]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
using System.Reflection;
2+
using System.Runtime.InteropServices;
3+
4+
[assembly: AssemblyProduct("MyTested.AspNetCore.Mvc.Controllers.ActionResults")]
5+
[assembly: ComVisible(false)]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
using System.Reflection;
2+
using System.Runtime.InteropServices;
3+
4+
[assembly: AssemblyProduct("MyTested.AspNetCore.Mvc.Controllers.Attributes")]
5+
[assembly: ComVisible(false)]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
using System.Reflection;
2+
using System.Runtime.InteropServices;
3+
4+
[assembly: AssemblyProduct("MyTested.AspNetCore.Mvc.Controllers.Views.ActionResults")]
5+
[assembly: ComVisible(false)]
Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4-
// General Information about an assembly is controlled through the following
5-
// set of attributes. Change these attribute values to modify the information
6-
// associated with an assembly.
7-
[assembly: AssemblyConfiguration("")]
8-
[assembly: AssemblyCompany("")]
9-
[assembly: AssemblyProduct("MyTested.AspNetCore.Mvc.ViewActionResults")]
10-
[assembly: AssemblyTrademark("")]
11-
12-
// Setting ComVisible to false makes the types in this assembly not visible
13-
// to COM components. If you need to access a type in this assembly from
14-
// COM, set the ComVisible attribute to true on that type.
4+
[assembly: AssemblyProduct("MyTested.AspNetCore.Mvc.Controllers.Views")]
155
[assembly: ComVisible(false)]
16-
17-
// The following GUID is for the ID of the typelib if this project is exposed to COM
18-
[assembly: Guid("9050f562-c77c-471e-8968-faf2ed4e6f28")]
Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4-
// General Information about an assembly is controlled through the following
5-
// set of attributes. Change these attribute values to modify the information
6-
// associated with an assembly.
7-
[assembly: AssemblyConfiguration("")]
8-
[assembly: AssemblyCompany("")]
94
[assembly: AssemblyProduct("MyTested.AspNetCore.Mvc.Controllers")]
10-
[assembly: AssemblyTrademark("")]
11-
12-
// Setting ComVisible to false makes the types in this assembly not visible
13-
// to COM components. If you need to access a type in this assembly from
14-
// COM, set the ComVisible attribute to true on that type.
155
[assembly: ComVisible(false)]
16-
17-
// The following GUID is for the ID of the typelib if this project is exposed to COM
18-
[assembly: Guid("9b2a773e-3a37-44f3-83d0-5d156526fa84")]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4-
[assembly: AssemblyProduct("MyTested.AspNetCore.Mvc")]
4+
[assembly: AssemblyProduct("MyTested.AspNetCore.Mvc.Core")]
55
[assembly: ComVisible(false)]
Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4-
// General Information about an assembly is controlled through the following
5-
// set of attributes. Change these attribute values to modify the information
6-
// associated with an assembly.
7-
[assembly: AssemblyConfiguration("")]
8-
[assembly: AssemblyCompany("")]
94
[assembly: AssemblyProduct("MyTested.AspNetCore.Mvc.DependencyInjection")]
10-
[assembly: AssemblyTrademark("")]
11-
12-
// Setting ComVisible to false makes the types in this assembly not visible
13-
// to COM components. If you need to access a type in this assembly from
14-
// COM, set the ComVisible attribute to true on that type.
155
[assembly: ComVisible(false)]
16-
17-
// The following GUID is for the ID of the typelib if this project is exposed to COM
18-
[assembly: Guid("c15bb589-9421-4d9c-a26d-61ff1bcd17ac")]
Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4-
// General Information about an assembly is controlled through the following
5-
// set of attributes. Change these attribute values to modify the information
6-
// associated with an assembly.
7-
[assembly: AssemblyConfiguration("")]
8-
[assembly: AssemblyCompany("")]
94
[assembly: AssemblyProduct("MyTested.AspNetCore.Mvc.Helpers")]
10-
[assembly: AssemblyTrademark("")]
11-
12-
// Setting ComVisible to false makes the types in this assembly not visible
13-
// to COM components. If you need to access a type in this assembly from
14-
// COM, set the ComVisible attribute to true on that type.
155
[assembly: ComVisible(false)]
16-
17-
// The following GUID is for the ID of the typelib if this project is exposed to COM
18-
[assembly: Guid("776bc96d-f536-4788-808e-f0f25c26fb69")]

0 commit comments

Comments
 (0)