Skip to content

.NET version was specified in GitHub Actions configs #2

.NET version was specified in GitHub Actions configs

.NET version was specified in GitHub Actions configs #2

Triggered via push June 27, 2024 18:52
Status Failure
Total duration 40s
Artifacts
Matrix: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 20 warnings
push (macos-latest)
Process completed with exit code 1.
push (ubuntu-latest)
The job was canceled because "macos-latest" failed.
push (ubuntu-latest)
Process completed with exit code 1.
push (windows-latest)
The job was canceled because "macos-latest" failed.
push (windows-latest)
The operation was canceled.
push (macos-latest): src/Abstractions/ServiceContracts/ServiceContract.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
push (macos-latest): src/Abstractions/ServiceContracts/ServiceContract.cs#L19
Non-nullable property 'Dependencies' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
push (macos-latest): src/Abstractions/ServiceContracts/Dependencies/DependencyBase.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
push (macos-latest): src/Abstractions/ServiceImplementations/ServiceImplementation.cs#L14
Non-nullable property 'ServiceAssemblies' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
push (macos-latest): src/Abstractions/ServiceImplementations/ServiceImplementation.cs#L19
Non-nullable property 'ServiceProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
push (macos-latest): src/StructurizrParser/Model/Workspace.cs#L5
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
push (macos-latest): src/StructurizrParser/Model/Element.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
push (macos-latest): src/StructurizrParser/Model/Element.cs#L11
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
push (macos-latest): src/StructurizrParser/Model/SoftwareSystem.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
push (macos-latest): src/StructurizrParser/Model/SoftwareSystem.cs#L7
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
push (ubuntu-latest): src/Abstractions/ServiceContracts/ServiceContract.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
push (ubuntu-latest): src/Abstractions/ServiceContracts/ServiceContract.cs#L19
Non-nullable property 'Dependencies' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
push (ubuntu-latest): src/Abstractions/ServiceContracts/Dependencies/DependencyBase.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
push (ubuntu-latest): src/Abstractions/ServiceImplementations/ServiceImplementation.cs#L14
Non-nullable property 'ServiceAssemblies' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
push (ubuntu-latest): src/Abstractions/ServiceImplementations/ServiceImplementation.cs#L19
Non-nullable property 'ServiceProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
push (ubuntu-latest): src/StructurizrParser/Model/Workspace.cs#L5
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
push (ubuntu-latest): src/StructurizrParser/Model/Element.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
push (ubuntu-latest): src/StructurizrParser/Model/Element.cs#L11
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
push (ubuntu-latest): src/StructurizrParser/Model/Relationship.cs#L9
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
push (ubuntu-latest): src/StructurizrParser/Model/Relationship.cs#L11
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.