fix(manifestBuilder): reset manifest to original state #7
Annotations
11 warnings and 1 notice
|
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/NativeAudio.cs#L120
Non-nullable field '_outputPath' 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 '_audioBankName' 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 '_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/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