Skip to content

Update Readme.md

Update Readme.md #9

Triggered via push February 21, 2024 19:58
Status Success
Total duration 38s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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.