Update LuaBuilder.cs for proper SoundId usage #4
Annotations
11 warnings
|
Audiotool/viewmodel/NativeAudio.cs#L120
Non-nullable field '_selectedAudio' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Audiotool/viewmodel/NativeAudio.cs#L120
Non-nullable field '_audioFiles' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Audiotool/viewmodel/RelayCommand.cs#L28
Possible null reference argument for parameter 'obj' in 'void Action<object>.Invoke(object obj)'.
|
|
Audiotool/viewmodel/RelayCommand.cs#L23
Possible null reference argument for parameter 'arg' in 'bool Func<object, bool>.Invoke(object arg)'.
|
|
Audiotool/model/Audio.cs#L22
Non-nullable property 'Codec' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Audiotool/model/Audio.cs#L21
Non-nullable property 'FileExtension' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Audiotool/model/Audio.cs#L17
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Audiotool/model/Audio.cs#L15
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Audiotool/repository/NativeAudioRepo.cs#L27
Converting null literal or possible null value to non-nullable type.
|
|
Audiotool/viewmodel/RelayCommand.cs#L10
Cannot convert null literal to non-nullable reference type.
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading