Implement GitHub workflows for CI/CD #2
Annotations
10 warnings
|
security-scan:
tests/DotNetApiDiff.Tests/ApiExtraction/TypeAnalyzerTests.cs#L215
Non-nullable event 'PublicEvent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
security-scan:
tests/DotNetApiDiff.Tests/ApiExtraction/TypeAnalyzerTests.cs#L215
Non-nullable property 'PublicProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
security-scan:
tests/DotNetApiDiff.Tests/ApiExtraction/TypeAnalyzerTests.cs#L175
Dereference of a possibly null reference.
|
|
security-scan:
tests/DotNetApiDiff.Tests/Assembly/AssemblyLoaderTests.cs#L331
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
security-scan:
tests/DotNetApiDiff.Tests/Assembly/AssemblyLoaderTests.cs#L291
Dereference of a possibly null reference.
|
|
security-scan:
tests/DotNetApiDiff.Tests/Assembly/AssemblyLoaderTests.cs#L261
Cannot convert null literal to non-nullable reference type.
|
|
security-scan:
tests/DotNetApiDiff.Tests/Assembly/AssemblyLoaderTests.cs#L247
Possible null reference argument for parameter 'path' in 'void IsolatedAssemblyLoadContext.AddSearchPath(string path)'.
|
|
security-scan:
tests/DotNetApiDiff.Tests/Assembly/IsolatedAssemblyLoadContextTests.cs#L111
Possible null reference argument for parameter 'path' in 'void IsolatedAssemblyLoadContext.AddSearchPath(string path)'.
|
|
security-scan:
tests/DotNetApiDiff.Tests/Assembly/IsolatedAssemblyLoadContextTests.cs#L94
Cannot convert null literal to non-nullable reference type.
|
|
security-scan:
tests/DotNetApiDiff.Tests/Assembly/IsolatedAssemblyLoadContextTests.cs#L80
Possible null reference argument for parameter 'path' in 'void IsolatedAssemblyLoadContext.AddSearchPath(string path)'.
|