Rewrite README with train metaphor #9
Merged
Annotations
10 warnings
|
Run dotnet build --configuration Release:
src/Trax.Effect/Models/Metadata/Metadata.cs#L472
Non-nullable property 'Children' 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/Metadata/Metadata.cs#L472
Non-nullable property 'Parent' 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/Metadata/Metadata.cs#L472
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/Metadata/Metadata.cs#L472
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/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.
|
|
Run dotnet build --configuration Release:
src/Trax.Effect/Models/Log/Log.cs#L81
Non-nullable property 'Metadata' 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/Log/Log.cs#L81
Non-nullable property 'Category' 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/Log/Log.cs#L81
Non-nullable property 'Message' 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/DeadLetter/DeadLetter.cs#L151
Non-nullable property 'Reason' 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