Skip to content

Commit 08fd8d8

Browse files
authored
Fix Package update issues (#235)
* Fix Package update issues * Update Tests Remove empty Description and HelpLink
1 parent f2e3fc7 commit 08fd8d8

File tree

65 files changed

+863
-1013
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+863
-1013
lines changed

src/Splat.DependencyInjection.SourceGenerator.Tests/ModuleInitializer.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
/// <summary>
1010
/// Initialize for the module.
1111
/// </summary>
12+
[System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1050:Declare types in namespaces", Justification = "By Design")]
13+
[System.Diagnostics.CodeAnalysis.SuppressMessage("Roslynator", "RCS1110:Declare type inside namespace", Justification = "By Design")]
1214
public static class ModuleInitializer
1315
{
1416
/// <summary>

src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail.verified.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
Severity: Error,
77
WarningLevel: 0,
88
Location: Unknown File: (26,36)-(26,44),
9-
Description: ,
10-
HelpLink: ,
119
MessageFormat: Constructor parameters must not have a circular dependency to another registered resource,
1210
Message: Constructor parameters must not have a circular dependency to another registered resource,
1311
Category: Compiler
@@ -18,8 +16,6 @@
1816
Severity: Error,
1917
WarningLevel: 0,
2018
Location: Unknown File: (18,36)-(18,44),
21-
Description: ,
22-
HelpLink: ,
2319
MessageFormat: Constructor parameters must not have a circular dependency to another registered resource,
2420
Message: Constructor parameters must not have a circular dependency to another registered resource,
2521
Category: Compiler

src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test1.verified.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
Severity: Error,
77
WarningLevel: 0,
88
Location: Unknown File: (26,36)-(26,44),
9-
Description: ,
10-
HelpLink: ,
119
MessageFormat: Constructor parameters must not have a circular dependency to another registered resource,
1210
Message: Constructor parameters must not have a circular dependency to another registered resource,
1311
Category: Compiler
@@ -18,8 +16,6 @@
1816
Severity: Error,
1917
WarningLevel: 0,
2018
Location: Unknown File: (18,36)-(18,44),
21-
Description: ,
22-
HelpLink: ,
2319
MessageFormat: Constructor parameters must not have a circular dependency to another registered resource,
2420
Message: Constructor parameters must not have a circular dependency to another registered resource,
2521
Category: Compiler

src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test2.verified.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
Severity: Error,
77
WarningLevel: 0,
88
Location: Unknown File: (26,36)-(26,44),
9-
Description: ,
10-
HelpLink: ,
119
MessageFormat: Constructor parameters must not have a circular dependency to another registered resource,
1210
Message: Constructor parameters must not have a circular dependency to another registered resource,
1311
Category: Compiler
@@ -18,8 +16,6 @@
1816
Severity: Error,
1917
WarningLevel: 0,
2018
Location: Unknown File: (18,36)-(18,44),
21-
Description: ,
22-
HelpLink: ,
2319
MessageFormat: Constructor parameters must not have a circular dependency to another registered resource,
2420
Message: Constructor parameters must not have a circular dependency to another registered resource,
2521
Category: Compiler

src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail.verified.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
Severity: Error,
77
WarningLevel: 0,
88
Location: Unknown File: (22,58)-(22,61),
9-
Description: ,
10-
HelpLink: ,
119
MessageFormat: {0} property marked with DependencyInjectionPropertyAttribute must have a public or internal setter,
1210
Message: ServiceProperty property marked with DependencyInjectionPropertyAttribute must have a public or internal setter,
1311
Category: Compiler

src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.verified.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
Severity: Error,
77
WarningLevel: 0,
88
Location: Unknown File: (22,58)-(22,61),
9-
Description: ,
10-
HelpLink: ,
119
MessageFormat: {0} property marked with DependencyInjectionPropertyAttribute must have a public or internal setter,
1210
Message: ServiceProperty property marked with DependencyInjectionPropertyAttribute must have a public or internal setter,
1311
Category: Compiler

src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.verified.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
Severity: Error,
77
WarningLevel: 0,
88
Location: Unknown File: (22,58)-(22,61),
9-
Description: ,
10-
HelpLink: ,
119
MessageFormat: {0} property marked with DependencyInjectionPropertyAttribute must have a public or internal setter,
1210
Message: ServiceProperty property marked with DependencyInjectionPropertyAttribute must have a public or internal setter,
1311
Category: Compiler

src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail.verified.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
Severity: Error,
77
WarningLevel: 0,
88
Location: Unknown File: (22,63)-(22,66),
9-
Description: ,
10-
HelpLink: ,
119
MessageFormat: {0} property marked with DependencyInjectionPropertyAttribute must have a public or internal setter,
1210
Message: ServiceProperty property marked with DependencyInjectionPropertyAttribute must have a public or internal setter,
1311
Category: Compiler

src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.verified.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
Severity: Error,
77
WarningLevel: 0,
88
Location: Unknown File: (22,63)-(22,66),
9-
Description: ,
10-
HelpLink: ,
119
MessageFormat: {0} property marked with DependencyInjectionPropertyAttribute must have a public or internal setter,
1210
Message: ServiceProperty property marked with DependencyInjectionPropertyAttribute must have a public or internal setter,
1311
Category: Compiler

src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.verified.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
Severity: Error,
77
WarningLevel: 0,
88
Location: Unknown File: (22,63)-(22,66),
9-
Description: ,
10-
HelpLink: ,
119
MessageFormat: {0} property marked with DependencyInjectionPropertyAttribute must have a public or internal setter,
1210
Message: ServiceProperty property marked with DependencyInjectionPropertyAttribute must have a public or internal setter,
1311
Category: Compiler

0 commit comments

Comments
 (0)