Skip to content

feat(validation): validate concerto objects from dotnet using node #69

feat(validation): validate concerto objects from dotnet using node

feat(validation): validate concerto objects from dotnet using node #69

Triggered via pull request January 2, 2024 13:46
Status Success
Total duration 1m 14s
Artifacts

build.yml

on: pull_request
Matrix: Build and test
Fit to window
Zoom out
Zoom in

Annotations

42 warnings
Build and test (20.x, 6.0.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and test (20.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoAttributes.cs#L20
Non-nullable field 'Namespace' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build and test (20.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoAttributes.cs#L22
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build and test (20.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L490
Non-nullable property '_Models' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test (20.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L472
Non-nullable property 'Namespace' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test (20.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L478
Non-nullable property 'Imports' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test (20.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L480
Non-nullable property 'Declarations' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test (20.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L482
Non-nullable property 'Decorators' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test (20.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L464
Non-nullable property 'Types' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test (20.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L456
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test (20.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L440
Non-nullable property 'Namespace' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test (20.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoAttributes.cs#L1
Non-nullable field 'Namespace' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. [/home/runner/work/concerto-dotnet/concerto-dotnet/AccordProject.Concerto/AccordProject.Concerto.csproj]
Build and test (20.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoAttributes.cs#L1
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. [/home/runner/work/concerto-dotnet/concerto-dotnet/AccordProject.Concerto/AccordProject.Concerto.csproj]
Build and test (20.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L1
Non-nullable property 'Start' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/concerto-dotnet/concerto-dotnet/AccordProject.Concerto/AccordProject.Concerto.csproj]
Build and test (20.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L1
Non-nullable property 'End' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/concerto-dotnet/concerto-dotnet/AccordProject.Concerto/AccordProject.Concerto.csproj]
Build and test (20.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L1
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/concerto-dotnet/concerto-dotnet/AccordProject.Concerto/AccordProject.Concerto.csproj]
Build and test (20.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoTypes.cs#L1
Non-nullable property '_Identifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/concerto-dotnet/concerto-dotnet/AccordProject.Concerto/AccordProject.Concerto.csproj]
Build and test (20.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoTypes.cs#L1
Non-nullable property '_Identifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/concerto-dotnet/concerto-dotnet/AccordProject.Concerto/AccordProject.Concerto.csproj]
Build and test (20.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L1
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/concerto-dotnet/concerto-dotnet/AccordProject.Concerto/AccordProject.Concerto.csproj]
Build and test (20.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L1
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/concerto-dotnet/concerto-dotnet/AccordProject.Concerto/AccordProject.Concerto.csproj]
Build and test (20.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L1
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/concerto-dotnet/concerto-dotnet/AccordProject.Concerto/AccordProject.Concerto.csproj]
Build and test (18.x, 6.0.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and test (18.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoTypes.cs#L1
Non-nullable property '_Identifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/concerto-dotnet/concerto-dotnet/AccordProject.Concerto/AccordProject.Concerto.csproj]
Build and test (18.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoTypes.cs#L1
Non-nullable property '_Identifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/concerto-dotnet/concerto-dotnet/AccordProject.Concerto/AccordProject.Concerto.csproj]
Build and test (18.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L1
Non-nullable property '_Models' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/concerto-dotnet/concerto-dotnet/AccordProject.Concerto/AccordProject.Concerto.csproj]
Build and test (18.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L1
Non-nullable property 'Namespace' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/concerto-dotnet/concerto-dotnet/AccordProject.Concerto/AccordProject.Concerto.csproj]
Build and test (18.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L1
Non-nullable property 'Imports' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/concerto-dotnet/concerto-dotnet/AccordProject.Concerto/AccordProject.Concerto.csproj]
Build and test (18.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L1
Non-nullable property 'Declarations' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/concerto-dotnet/concerto-dotnet/AccordProject.Concerto/AccordProject.Concerto.csproj]
Build and test (18.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L1
Non-nullable property 'Decorators' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/concerto-dotnet/concerto-dotnet/AccordProject.Concerto/AccordProject.Concerto.csproj]
Build and test (18.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L1
Non-nullable property 'Types' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/concerto-dotnet/concerto-dotnet/AccordProject.Concerto/AccordProject.Concerto.csproj]
Build and test (18.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L1
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/concerto-dotnet/concerto-dotnet/AccordProject.Concerto/AccordProject.Concerto.csproj]
Build and test (18.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoAttributes.cs#L1
Non-nullable field 'Namespace' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. [/home/runner/work/concerto-dotnet/concerto-dotnet/AccordProject.Concerto/AccordProject.Concerto.csproj]
Build and test (18.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoAttributes.cs#L20
Non-nullable field 'Namespace' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build and test (18.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoAttributes.cs#L22
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build and test (18.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L490
Non-nullable property '_Models' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test (18.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L472
Non-nullable property 'Namespace' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test (18.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L478
Non-nullable property 'Imports' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test (18.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L480
Non-nullable property 'Declarations' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test (18.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L482
Non-nullable property 'Decorators' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test (18.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L464
Non-nullable property 'Types' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test (18.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L456
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test (18.x, 6.0.x, ubuntu-latest): AccordProject.Concerto/ConcertoMetamodelTypes.cs#L440
Non-nullable property 'Namespace' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.