Skip to content

v1.0.1

v1.0.1 #2

Triggered via release November 22, 2024 13:54
Status Success
Total duration 50s
Artifacts

release.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: 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.