Add interface overload tests #27
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test And Collect CodeCov:
src/MockMe.Generator/MockGenerators/MethodGenerators/IndexerGenerator.cs#L76
Possible null reference assignment.
|
Test And Collect CodeCov:
src/MockMe.Generator/MockStoreGenerator.cs#L162
Use 'SymbolEqualityComparer' when comparing symbols
|
Test And Collect CodeCov:
src/MockMe.PostBuild/Program.cs#L25
Possible null reference argument for parameter 'binLocation' in 'CustomResolver.CustomResolver(string binLocation)'.
|
Test And Collect CodeCov:
src/MockMe/MockCallTracker.cs#L70
Dereference of a possibly null reference.
|
Test And Collect CodeCov:
src/MockMe/MockCallTracker.cs#L163
Dereference of a possibly null reference.
|
Test And Collect CodeCov:
src/MockMe/MockCallTracker.cs#L166
Converting null literal or possible null value to non-nullable type.
|
Test And Collect CodeCov:
src/MockMe/MockCallTracker.cs#L179
Dereference of a possibly null reference.
|
Test And Collect CodeCov
Cannot convert null literal to non-nullable reference type.
|
Test And Collect CodeCov
Dereference of a possibly null reference.
|
Test And Collect CodeCov
Dereference of a possibly null reference.
|
Loading