Merge branch 'main' of https://github.com/justindbaur/pretender #39
Annotations
1 error and 3 warnings
Build
Process completed with exit code 1.
|
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
test/SourceGeneratorTests/TestBase.cs#L127
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
|
Build:
test/SourceGeneratorTests/TestBase.cs#L127
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
|