Add support for nullable enums, and improve standalone facets #158
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
MonkeyLoader.Resonite.Integration/DataFeeds/Settings/SettingsViewData.cs#L53
The type 'FrooxEngine.RootCategoryView?' cannot be used as type parameter 'T' in the generic type or method 'WorldElementExtensions.FilterWorldElement<T>(T)'. Nullability of type argument 'FrooxEngine.RootCategoryView?' doesn't match 'class' constraint.
|
Build:
MonkeyLoader.Resonite.Integration/DataFeeds/Settings/SettingsViewData.cs#L53
The type 'FrooxEngine.RootCategoryView?' cannot be used as type parameter 'T' in the generic type or method 'WorldElementExtensions.FilterWorldElement<T>(T)'. Nullability of type argument 'FrooxEngine.RootCategoryView?' doesn't match constraint type 'FrooxEngine.IWorldElement'.
|
Build:
MonkeyLoader.Resonite.Integration/DataFeeds/Settings/SettingsViewData.cs#L88
The type 'FrooxEngine.UIX.Slider<float>?' cannot be used as type parameter 'T' in the generic type or method 'WorldElementExtensions.FilterWorldElement<T>(T)'. Nullability of type argument 'FrooxEngine.UIX.Slider<float>?' doesn't match 'class' constraint.
|
Build:
MonkeyLoader.Resonite.Integration/DataFeeds/Settings/SettingsViewData.cs#L88
The type 'FrooxEngine.UIX.Slider<float>?' cannot be used as type parameter 'T' in the generic type or method 'WorldElementExtensions.FilterWorldElement<T>(T)'. Nullability of type argument 'FrooxEngine.UIX.Slider<float>?' doesn't match constraint type 'FrooxEngine.IWorldElement'.
|
Build:
MonkeyLoader.Resonite.Integration/DataFeeds/Settings/SettingsViewData.cs#L213
Cannot convert null literal to non-nullable reference type.
|
Build:
MonkeyLoader.Resonite.Integration/UI/Tooltips/Tooltip.cs#L49
Non-nullable property 'TextRenderer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
MonkeyLoader.Resonite.Integration/DataFeeds/Settings/MonkeyLoaderRootCategorySettingsItems.cs#L60
Cannot convert null literal to non-nullable reference type.
|
Build:
MonkeyLoader.Resonite.Integration/DataFeeds/Settings/MonkeyLoaderRootCategorySettingsItems.cs#L77
Cannot convert null literal to non-nullable reference type.
|
Build:
MonkeyLoader.Resonite.Integration/DataFeeds/Settings/MonkeyLoaderRootCategorySettingsItems.cs#L94
Cannot convert null literal to non-nullable reference type.
|
Build:
MonkeyLoader.Resonite.Integration/DataFeeds/Settings/MonkeyLoaderRootCategorySettingsItems.cs#L133
Cannot convert null literal to non-nullable reference type.
|
Loading