Flip offset and movie offset to match game #140
Annotations
10 warnings
Publish the application:
BAKKA_Editor/ViewLocator.cs#L20
Nullability of reference types in type of parameter 'data' of 'bool ViewLocator.Match(object data)' doesn't match implicitly implemented member 'bool IDataTemplate.Match(object? data)' (possibly because of nullability attributes).
|
Publish the application:
BAKKA_Editor/ViewLocator.cs#L10
Nullability of reference types in type of parameter 'data' of 'Control ViewLocator.Build(object data)' doesn't match implicitly implemented member 'Control? ITemplate<object?, Control?>.Build(object? param)' (possibly because of nullability attributes).
|
Publish the application:
BAKKA_Editor/ViewModels/AppSettingsViewModel.cs#L81
Partial method declarations 'void AppSettingsViewModel.OnShowBeatVisualSettingsChanged(bool value)' and 'void AppSettingsViewModel.OnShowBeatVisualSettingsChanged(bool show)' have signature differences.
|
Publish the application:
BAKKA_Editor/ViewModels/AppSettingsViewModel.cs#L130
Partial method declarations 'void AppSettingsViewModel.OnSelectedLanguageChanged(KeyValuePair<string, string> value)' and 'void AppSettingsViewModel.OnSelectedLanguageChanged(KeyValuePair<string, string> kv)' have signature differences.
|
Publish the application:
BAKKA_Editor/Chart.cs#L195
Dereference of a possibly null reference.
|
Publish the application:
BAKKA_Editor/Views/MainView.axaml.cs#L127
Dereference of a possibly null reference.
|
Publish the application:
BAKKA_Editor/Views/MainView.axaml.cs#L125
Non-nullable field 'autoSaveTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish the application:
BAKKA_Editor/Views/MainView.axaml.cs#L125
Non-nullable field '_vm' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish the application:
BAKKA_Editor/Views/MainView.axaml.cs#L125
Non-nullable field 'chartSettingsViewModel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish the application:
BAKKA_Editor/Views/MainView.axaml.cs#L125
Non-nullable field 'hitsoundTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading