Fix CI errors. #902
Annotations
18 warnings
|
|
|
|
|
|
|
|
dotnet-examples/offline-decode-files/Program.cs#L26
Non-nullable property 'Tokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet-examples/offline-decode-files/Program.cs#L29
Non-nullable property 'Encoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet-examples/offline-decode-files/Program.cs#L32
Non-nullable property 'Decoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet-examples/offline-decode-files/Program.cs#L35
Non-nullable property 'Joiner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet-examples/offline-decode-files/Program.cs#L38
Non-nullable property 'ModelType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet-examples/offline-decode-files/Program.cs#L41
Non-nullable property 'WhisperEncoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet-examples/offline-decode-files/Program.cs#L44
Non-nullable property 'WhisperDecoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet-examples/offline-decode-files/Program.cs#L47
Non-nullable property 'WhisperLanguage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet-examples/offline-decode-files/Program.cs#L50
Non-nullable property 'WhisperTask' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet-examples/offline-decode-files/Program.cs#L53
Non-nullable property 'TdnnModel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading