Refactor internals of CelesteTAS #127
Annotations
10 errors and 11 warnings
Build:
CelesteTAS-EverestInterop/Source/Module/CelesteTasSettings.cs#L98
Cannot initialize type 'Buttons' with a collection expression because the type is not constructible.
|
Build:
CelesteTAS-EverestInterop/Source/Module/CelesteTasSettings.cs#L98
Cannot initialize type 'Keys' with a collection expression because the type is not constructible.
|
Build:
CelesteTAS-EverestInterop/Source/Module/CelesteTasSettings.cs#L102
Cannot initialize type 'Buttons' with a collection expression because the type is not constructible.
|
Build:
CelesteTAS-EverestInterop/Source/Module/CelesteTasSettings.cs#L102
Cannot initialize type 'Keys' with a collection expression because the type is not constructible.
|
Build:
CelesteTAS-EverestInterop/Source/Module/CelesteTasSettings.cs#L106
Cannot initialize type 'Buttons' with a collection expression because the type is not constructible.
|
Build:
CelesteTAS-EverestInterop/Source/Module/CelesteTasSettings.cs#L106
Cannot initialize type 'Keys' with a collection expression because the type is not constructible.
|
Build:
CelesteTAS-EverestInterop/Source/Module/CelesteTasSettings.cs#L110
Cannot initialize type 'Buttons' with a collection expression because the type is not constructible.
|
Build:
CelesteTAS-EverestInterop/Source/Module/CelesteTasSettings.cs#L110
Cannot initialize type 'Keys' with a collection expression because the type is not constructible.
|
Build:
CelesteTAS-EverestInterop/Source/Module/CelesteTasSettings.cs#L114
Cannot initialize type 'Buttons' with a collection expression because the type is not constructible.
|
Build:
CelesteTAS-EverestInterop/Source/Module/CelesteTasSettings.cs#L114
Cannot initialize type 'Keys' with a collection expression because the type is not constructible.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
CelesteTAS-EverestInterop/Source/Module/CelesteTasMenu.cs#L228
Cannot convert null literal to non-nullable reference type.
|
Build:
CelesteTAS-EverestInterop/Source/Module/CelesteTasMenu.cs#L270
'EaseInSubMenu.ease' hides inherited member 'TextMenuExt.SubMenu.ease'. Use the new keyword if hiding was intended.
|
Build:
CelesteTAS-EverestInterop/Source/TAS/GameInfo.cs#L685
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
CelesteTAS-EverestInterop/Source/TAS/Input/Commands/ConsoleCommand.cs#L382
Cannot convert null literal to non-nullable reference type.
|
Build:
CelesteTAS-EverestInterop/Source/TAS/Input/Commands/MetadataCommands.cs#L110
Cannot convert null literal to non-nullable reference type.
|
Build:
CelesteTAS-EverestInterop/Source/TAS/LibTasHelper.cs#L313
Cannot convert null literal to non-nullable reference type.
|
Build:
CelesteTAS-EverestInterop/Source/Utils/Extensions.cs#L176
Cannot convert null literal to non-nullable reference type.
|
Build:
CelesteTAS-EverestInterop/Source/Utils/Extensions.cs#L474
Possible null reference assignment.
|
Build:
CelesteTAS-EverestInterop/Source/Utils/Extensions.cs#L484
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'SortedDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
Build:
CelesteTAS-EverestInterop/Source/Utils/Extensions.cs#L488
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'SortedDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
Loading