Skip to content

Commit ba53d18

Browse files
committed
Fix name of ValidationsGenerator.dll
It got renamed from Microsoft.AspNetCore.Http.ValidationsGenerator.dll to Microsoft.Extensions.Validation.ValidationsGenerator.dll in dotnet/aspnetcore#62071
1 parent 76b4fdd commit ba53d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.NET.Build.Tests/GivenThatWeWantToUseAnalyzers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private void VerifyConfigBindingGeneratorIsUsed(TestAsset asset, bool? expectEna
131131
=> VerifyGeneratorIsUsed(asset, expectEnabled, "Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll");
132132

133133
private void VerifyValidationsGeneratorIsUsed(TestAsset asset, bool? expectEnabled)
134-
=> VerifyGeneratorIsUsed(asset, expectEnabled, "Microsoft.AspNetCore.Http.ValidationsGenerator.dll");
134+
=> VerifyGeneratorIsUsed(asset, expectEnabled, "Microsoft.Extensions.Validation.ValidationsGenerator.dll");
135135

136136
private void VerifyInterceptorsFeatureProperties(TestAsset asset, bool? expectEnabled, params string[] expectedNamespaces)
137137
{

0 commit comments

Comments
 (0)