Skip to content

Commit 05587b6

Browse files
Fix/missingtypes (#1699)
* found a case where if the service type is not referenced we don't fail to handle things * insert a diagnostic * holy updated tests * some missing types
1 parent 9c82112 commit 05587b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DependencyInjection.Analyzers/Diagnostics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ internal static class Diagnostics
7070
public static DiagnosticDescriptor CouldNotFindServiceType { get; } = new(
7171
"RSGD0007",
7272
"Could not find service type",
73-
"Could not find service type {0} {1} {2}",
73+
"Could not find service type {0} {1}",
7474
Category,
7575
DiagnosticSeverity.Warning,
7676
true

0 commit comments

Comments
 (0)