Skip to content

Add tags

Add tags #14

Triggered via push March 10, 2024 15:28
Status Success
Total duration 33s
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/Verbs/Model/UpgradeOptions.cs#L12
Non-nullable property 'IpAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ivet/Services/DatabaseService.cs#L48
Cannot convert null literal to non-nullable reference type.
build: Ivet/Services/Converters/LibraryToSchemaConverter.cs#L131
Dereference of a possibly null reference.
build: Ivet/Services/Converters/LibraryToSchemaConverter.cs#L163
Possible null reference argument for parameter 'element' in 'VertexAttribute? CustomAttributeExtensions.GetCustomAttribute<VertexAttribute>(MemberInfo element)'.
build: Ivet/Services/Converters/LibraryToSchemaConverter.cs#L169
Possible null reference argument for parameter 'element' in 'AbstractGraphItemAttribute? CustomAttributeExtensions.GetCustomAttribute<AbstractGraphItemAttribute>(MemberInfo element)'.
build: Ivet/Services/Converters/LibraryToSchemaConverter.cs#L184
Dereference of a possibly null reference.