Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrzesniewski committed Aug 10, 2024
1 parent eb1e25b commit 548d98c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AnalyzerTesting.CSharp.Extensions" Version="1.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit" Version="1.1.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Verify.Xunit" Version="23.0.1" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" PrivateAssets="all" />
<PackageReference Include="coverlet.collector" Version="6.0.0" PrivateAssets="all" />
<PackageReference Include="AnalyzerTesting.CSharp.Extensions" Version="1.2.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit" Version="1.1.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0" NoWarn="NU1608" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Verify.Xunit" Version="26.2.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="coverlet.collector" Version="6.0.2" PrivateAssets="all" />
<ProjectReference Include="..\PropertyChanged\PropertyChanged.csproj" />
<ProjectReference Include="..\PropertyChanged.Fody.Analyzer\PropertyChanged.Fody.Analyzer.csproj" />
</ItemGroup>

</Project>
</Project>
4 changes: 2 additions & 2 deletions PropertyChanged.Fody.Analyzer.Tests/SourceGeneratorTest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
public class SourceGeneratorTest<TSourceGenerator> :
CSharpIncrementalGeneratorSnapshotTest<TSourceGenerator, XUnitVerifier>
CSharpIncrementalGeneratorSnapshotTest<TSourceGenerator, DefaultVerifier>
where TSourceGenerator : IIncrementalGenerator, new()
{
public SourceGeneratorTest(params string[] sources)
Expand All @@ -10,4 +10,4 @@ public SourceGeneratorTest(params string[] sources)

this.AddReferences(typeof(AddINotifyPropertyChangedInterfaceAttribute).Assembly);
}
}
}

0 comments on commit 548d98c

Please sign in to comment.