Skip to content

Create dotnet.yml

Create dotnet.yml #1

Triggered via push February 13, 2024 23:00
Status Failure
Total duration 38s
Artifacts

dotnet.yml

on: push

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: Ivet.TestFramework/RandomGenerator.cs#L17
Converting null literal or possible null value to non-nullable type.
build: Ivet.TestFramework/RandomGenerator.cs#L17
Possible null reference return.
build: Ivet.TestModel/Vertex2.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ivet.TestModel/Vertex1.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ivet.TestModel/Vertex1.cs#L16
Non-nullable property 'array_vertex3s' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ivet/Model/TransitiveSchema.cs#L7
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ivet/Model/TransitiveSchema.cs#L8
Non-nullable property 'Target' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ivet/Model/TransitiveSchema.cs#L9
Non-nullable property 'Difference' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ivet/Model/Migration.cs#L8
Non-nullable property 'MigrationName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ivet/Model/Meta/MetaEdge.cs#L6
Non-nullable property 'In' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.