Skip to content

Generate HasPrincipalKey on relationship if necessary #302

Generate HasPrincipalKey on relationship if necessary

Generate HasPrincipalKey on relationship if necessary #302

Triggered via pull request May 27, 2025 16:25
Status Success
Total duration 59s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/EntityFrameworkCore.Generator.Core/Parsing/MappingVisitor.cs#L120
Possible null reference return.
build: src/EntityFrameworkCore.Generator.Core/Templates/MappingClassTemplate.cs#L230
Dereference of a possibly null reference.
build: test/EntityFrameworkCore.Generator.Core.Tests/CodeGeneratorTests.cs#L34
Public method 'Generate_Should_Work_For_Password_With_CurlyBrace' on test class 'CodeGeneratorTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build: src/EntityFrameworkCore.Generator.Core/Parsing/MappingVisitor.cs#L194
Converting null literal or possible null value to non-nullable type.
build: src/EntityFrameworkCore.Generator.Core/Parsing/MappingVisitor.cs#L155
Nullability of reference types in value of type 'List<string?>' doesn't match target type 'List<string>'.
build: src/EntityFrameworkCore.Generator.Core/Parsing/MappingVisitor.cs#L147
Dereference of a possibly null reference.
build: src/EntityFrameworkCore.Generator.Core/Parsing/MappingVisitor.cs#L137
Possible null reference return.
build: src/EntityFrameworkCore.Generator.Core/Parsing/MappingVisitor.cs#L129
Possible null reference return.
build: src/EntityFrameworkCore.Generator.Core/Parsing/MappingVisitor.cs#L120
Possible null reference return.
build: src/EntityFrameworkCore.Generator.Core/Templates/MappingClassTemplate.cs#L230
Dereference of a possibly null reference.