Skip to content

feat: adjust SourceGenerator project #107

feat: adjust SourceGenerator project

feat: adjust SourceGenerator project #107

Triggered via push December 22, 2024 02:22
Status Success
Total duration 41s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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.
build: src/WeihanLi.EntityFramework.SourceGenerator/EFExtensionsGenerator.cs#L97
Converting null literal or possible null value to non-nullable type.