Merge pull request #78 from WeihanLi/dev #137
Annotations
4 warnings
|
build:
src/WeihanLi.EntityFramework.SourceGenerator/EFExtensionsGenerator.cs#L97
Converting null literal or possible null value to non-nullable type.
|
|
build:
src/WeihanLi.EntityFramework.SourceGenerator/EFExtensionsGenerator.cs#L41
Argument of type 'ImmutableArray<string?>' cannot be used for parameter 'templates' of type 'ImmutableArray<string>' in 'string EFExtensionsGenerator.GenerateRepositoryCode(string dbContextName, string repositoryNamespace, ImmutableArray<string> templates)' due to differences in the nullability of reference types.
|
|
build:
src/WeihanLi.EntityFramework.SourceGenerator/EFExtensionsGenerator.cs#L97
Converting null literal or possible null value to non-nullable type.
|
|
build:
src/WeihanLi.EntityFramework.SourceGenerator/EFExtensionsGenerator.cs#L41
Argument of type 'ImmutableArray<string?>' cannot be used for parameter 'templates' of type 'ImmutableArray<string>' in 'string EFExtensionsGenerator.GenerateRepositoryCode(string dbContextName, string repositoryNamespace, ImmutableArray<string> templates)' due to differences in the nullability of reference types.
|