Skip to content

Standard validators #40

Standard validators

Standard validators #40

Triggered via pull request November 19, 2024 06:42
Status Success
Total duration 3m 0s
Artifacts

pushOrPullRequest.yml

on: pull_request
Matrix: push
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
push (ubuntu-latest): src/Abstractions/ServiceContracts/ServiceContract.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
push (ubuntu-latest): examples/Api.Contracts/SoundSignatures/SoundSignature.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
push (macos-latest): src/Abstractions/ServiceContracts/ServiceContract.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
push (macos-latest): examples/Api.Contracts/SoundSignatures/SoundSignature.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
push (macos-latest): src/StructurizrParser/Model/SoftwareSystem.cs#L9
Non-nullable property 'Containers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
push (windows-latest): examples/Api.Contracts/SoundSignatures/SoundSignature.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
push (windows-latest): src/Abstractions/ServiceContracts/ServiceContract.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
push (windows-latest): src/Abstractions/ServiceContracts/ServiceContract.cs#L19
Non-nullable property 'Dependencies' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
push (windows-latest): src/Abstractions/ServiceContracts/Dependencies/DependencyBase.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
push (windows-latest): src/Abstractions/ServiceImplementations/ServiceImplementation.cs#L14
Non-nullable property 'ServiceAssemblies' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
push (windows-latest): src/Abstractions/ServiceImplementations/ServiceImplementation.cs#L19
Non-nullable property 'ServiceProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
push (windows-latest): src/StructurizrParser/Model/Workspace.cs#L5
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
push (windows-latest): src/StructurizrParser/Model/Element.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
push (windows-latest): src/StructurizrParser/Model/Element.cs#L11
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
push (windows-latest): src/StructurizrParser/Model/SoftwareSystem.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.