Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 #46
Annotations
10 warnings
|
Build
- Add lib or ref assemblies for the netstandard2.0 target framework
|
|
Build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
|
|
Build:
test/AotObjectMapper.Mapper.Tests/Utils/GeneratorTestHelper.cs#L59
`Exception` is a reserved exception type
|
|
Build:
src/AotObjectMapper.Mapper/Analyzers/PreferNameOfAnalyzer.cs#L9
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
|
|
Build:
src/AotObjectMapper.Mapper/MapperInfo/MethodGenerationInfo.cs#L230
Argument of type 'ImmutableDictionary<string, string>' cannot be used for parameter 'properties' of type 'ImmutableDictionary<string, string?>' in 'Diagnostic Diagnostic.Create(DiagnosticDescriptor descriptor, Location? location, ImmutableDictionary<string, string?>? properties, params object?[]? messageArgs)' due to differences in the nullability of reference types.
|
|
Build:
src/AotObjectMapper.Mapper/MapperInfo/MethodGenerationInfo.cs#L213
Argument of type 'ImmutableDictionary<string, string>' cannot be used for parameter 'properties' of type 'ImmutableDictionary<string, string?>' in 'Diagnostic Diagnostic.Create(DiagnosticDescriptor descriptor, Location? location, ImmutableDictionary<string, string?>? properties, params object?[]? messageArgs)' due to differences in the nullability of reference types.
|
|
Build:
src/AotObjectMapper.Mapper/MapperInfo/MethodGenerationInfo.cs#L213
Dereference of a possibly null reference.
|
|
Build:
src/AotObjectMapper.Mapper/MapperInfo/MethodGenerationInfo.cs#L196
Argument of type 'ImmutableDictionary<string, string>' cannot be used for parameter 'properties' of type 'ImmutableDictionary<string, string?>' in 'Diagnostic Diagnostic.Create(DiagnosticDescriptor descriptor, Location? location, ImmutableDictionary<string, string?>? properties, params object?[]? messageArgs)' due to differences in the nullability of reference types.
|
|
Build:
src/AotObjectMapper.Mapper/MapperInfo/MethodGenerationInfo.cs#L196
Dereference of a possibly null reference.
|
|
Build:
src/AotObjectMapper.Mapper/CodeFixes/Aom101Fix.cs#L57
Possible null reference argument for parameter 'node' in 'TypeSyntax SyntaxNodeExtensions.WithTriviaFrom<TypeSyntax>(TypeSyntax syntax, SyntaxNode node)'.
|
Loading