Create README.md #2
Annotations
10 warnings
src/LinkeTrackNet/Models/TrackResult.cs#L8
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/LinkeTrackNet/Models/TrackResult.cs#L10
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/LinkeTrackNet/Models/TrackResult.cs#L12
Non-nullable property 'Events' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/LinkeTrackNet/Models/TrackResult.cs#L18
Non-nullable property 'Service' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/LinkeTrackNet/Models/TrackEventItem.cs#L8
Non-nullable property 'Date' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/LinkeTrackNet/Models/TrackEventItem.cs#L10
Non-nullable property 'Hour' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/LinkeTrackNet/Models/TrackEventItem.cs#L13
Non-nullable property 'Local' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/LinkeTrackNet/Models/TrackEventItem.cs#L15
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/LinkeTrackNet/Models/TrackResult.cs#L8
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/LinkeTrackNet/Models/TrackResult.cs#L10
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading