fix: audio > 10s not working #8
Merged
Annotations
11 warnings and 1 notice
|
Audiotool/viewmodel/NativeAudio.cs#L120
Non-nullable field '_soundSetName' 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 '_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/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/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/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 windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
The logs for this run have expired and are no longer available.
Loading