Skip to content

docs: 主页更新 #672

docs: 主页更新

docs: 主页更新 #672

Triggered via pull request April 12, 2025 12:37
Status Success
Total duration 3m 41s
Artifacts

build.yml

on: pull_request
dotnet-build-logic
2m 20s
dotnet-build-logic
dotnet-build-install
3m 32s
dotnet-build-install
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
dotnet-build-logic: logic/Gaming/A_ResourceManager.cs#L74
Dereference of a possibly null reference.
dotnet-build-logic: logic/Gaming/A_ResourceManager.cs#L61
Dereference of a possibly null reference.
dotnet-build-logic: logic/Gaming/A_ResourceManager.cs#L48
Dereference of a possibly null reference.
dotnet-build-logic: logic/Gaming/AttackManager.cs#L25
Non-nullable field 'ARManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
dotnet-build-logic: logic/Gaming/A_ResourceManager.cs#L16
Parameter 'Map gameMap' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
dotnet-build-logic: logic/GameClass/GameObj/Areas/Bush.cs#L7
Parameter 'XY initPos' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
dotnet-build-logic: logic/Preparation/Utility/Value/SafeValue/SafeMethod/InterlockedEx.cs#L23
Possible null reference argument for parameter 'meth' in 'void ILGenerator.Emit(OpCode opcode, MethodInfo meth)'.
dotnet-build-logic: logic/Preparation/Utility/Value/SafeValue/SafeMethod/InterlockedEx.cs#L48
Possible null reference argument for parameter 'meth' in 'void ILGenerator.Emit(OpCode opcode, MethodInfo meth)'.
dotnet-build-logic: logic/Preparation/Utility/Value/SafeValue/SafeMethod/InterlockedEx.cs#L73
Converting null literal or possible null value to non-nullable type.
dotnet-build-logic: logic/ClientTest/Program.cs#L58
Unreachable code detected
dotnet-build-install: installer/ViewModel/PlaybackViewModel.cs#L117
Dereference of a possibly null reference.
dotnet-build-install: installer/ViewModel/PlaybackViewModel.cs#L117
Dereference of a possibly null reference.
dotnet-build-install: installer/ViewModel/PlaybackViewModel.cs#L82
Dereference of a possibly null reference.
dotnet-build-install: installer/ViewModel/PlaybackViewModel.cs#L82
Dereference of a possibly null reference.
dotnet-build-install: installer/ViewModel/PlaybackViewModel.cs#L59
'PlaybackViewModel.SaveBtnClickedCommand' hides inherited member 'LaunchViewModel.SaveBtnClickedCommand'. Use the new keyword if hiding was intended.
dotnet-build-install: installer/Services/DownloadService.cs#L18
Cannot convert null literal to non-nullable reference type.
dotnet-build-install: installer/Converters/StringConverters.cs#L18
Nullability of reference types in type of parameter 'parameter' of 'object StringNotNullOrEmptyBoolConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
dotnet-build-install: installer/Converters/StringConverters.cs#L18
Nullability of reference types in type of parameter 'value' of 'object StringNotNullOrEmptyBoolConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
dotnet-build-install: installer/Converters/StringConverters.cs#L9
Nullability of reference types in type of parameter 'parameter' of 'object StringNotNullOrEmptyBoolConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
dotnet-build-install: installer/Converters/StringConverters.cs#L9
Nullability of reference types in type of parameter 'value' of 'object StringNotNullOrEmptyBoolConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).