Rewrite in net 8 and refactor #9
Annotations
10 warnings
src/PsVideoResolution.Core/Models/JsonOutput.cs#L5
Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/PsVideoResolution.Core/Models/VideoInfo.cs#L27
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/PsVideoResolution.Core/Models/VideoInfo.cs#L34
Dereference of a possibly null reference.
|
src/PsVideoResolution.Core/Models/VideoInfo.cs#L50
Non-nullable property 'Format' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/PsVideoResolution.Core/Models/VideoInfo.cs#L53
Non-nullable property 'Streams' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/PsVideoResolution.Core/Models/JsonOutput.cs#L5
Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/PsVideoResolution.Core/Models/VideoInfo.cs#L27
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/PsVideoResolution.Core/Models/VideoInfo.cs#L34
Dereference of a possibly null reference.
|
src/PsVideoResolution.Core/Models/VideoInfo.cs#L50
Non-nullable property 'Format' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/PsVideoResolution.Core/Models/VideoInfo.cs#L53
Non-nullable property 'Streams' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading