Merge pull request #1 from Byndyusoft/feature/init #33
Annotations
10 warnings
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.
|
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.
|
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.
|
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.
|
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.
|
examples/Api.Contracts/SoundSignatures/SoundSignature.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|
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.
|
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.
|
src/StructurizrParser/Model/Relationship.cs#L13
Non-nullable property 'Technology' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading