test: add unit tests for config, converters, DI, and attributes #8
Annotations
10 warnings
|
Run dotnet build --configuration Release:
src/Trax.Effect/Models/StepMetadata/DTOs/CreateStepMetadata.cs#L8
Non-nullable property 'ExternalId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run dotnet build --configuration Release:
src/Trax.Effect/Models/StepMetadata/DTOs/CreateStepMetadata.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run dotnet build --configuration Release:
src/Trax.Effect/Models/StepMetadata/StepMetadata.cs#L83
Non-nullable property 'OutputType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run dotnet build --configuration Release:
src/Trax.Effect/Models/StepMetadata/StepMetadata.cs#L83
Non-nullable property 'InputType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run dotnet build --configuration Release:
src/Trax.Effect/Models/StepMetadata/StepMetadata.cs#L83
Non-nullable property 'TrainExternalId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run dotnet build --configuration Release:
src/Trax.Effect/Models/StepMetadata/StepMetadata.cs#L83
Non-nullable property 'ExternalId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run dotnet build --configuration Release:
src/Trax.Effect/Models/StepMetadata/StepMetadata.cs#L83
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run dotnet build --configuration Release:
src/Trax.Effect/Models/StepMetadata/StepMetadata.cs#L83
Non-nullable property 'TrainName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run dotnet build --configuration Release:
src/Trax.Effect/Models/WorkQueue/WorkQueue.cs#L132
Non-nullable property 'TrainName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run dotnet build --configuration Release:
src/Trax.Effect/Models/WorkQueue/WorkQueue.cs#L132
Non-nullable property 'ExternalId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
background
wait
wait-all
cancel
Loading