Bump version and fix codegen for IReadOnlyCollection<string> properties #1090
Annotations
10 errors and 10 warnings
|
package:
Showcase/Tabs.Designer.cs#L705
'TextView' does not contain a definition for 'AllowsTab' and no accessible extension method 'AllowsTab' accepting a first argument of type 'TextView' could be found (are you missing a using directive or an assembly reference?)
|
|
package:
Showcase/Tabs.Designer.cs#L95
'TextView' does not contain a definition for 'AllowsReturn' and no accessible extension method 'AllowsReturn' accepting a first argument of type 'TextView' could be found (are you missing a using directive or an assembly reference?)
|
|
package:
Showcase/Tabs.Designer.cs#L94
'TextView' does not contain a definition for 'AllowsTab' and no accessible extension method 'AllowsTab' accepting a first argument of type 'TextView' could be found (are you missing a using directive or an assembly reference?)
|
|
package:
Showcase/Tabs.Designer.cs#L62
'Tabs' does not contain a definition for 'Modal' and no accessible extension method 'Modal' accepting a first argument of type 'Tabs' could be found (are you missing a using directive or an assembly reference?)
|
|
package:
Showcase/Menus.Designer.cs#L214
'MenuBarItem' does not contain a definition for 'Children' and no accessible extension method 'Children' accepting a first argument of type 'MenuBarItem' could be found (are you missing a using directive or an assembly reference?)
|
|
package:
Showcase/Menus.Designer.cs#L180
'MenuBarItem' does not contain a definition for 'Children' and no accessible extension method 'Children' accepting a first argument of type 'MenuBarItem' could be found (are you missing a using directive or an assembly reference?)
|
|
package:
Showcase/Menus.Designer.cs#L162
'MenuBarItem' does not contain a definition for 'Children' and no accessible extension method 'Children' accepting a first argument of type 'MenuBarItem' could be found (are you missing a using directive or an assembly reference?)
|
|
package:
Showcase/Menus.Designer.cs#L155
'MenuBarItem' does not contain a definition for 'Children' and no accessible extension method 'Children' accepting a first argument of type 'MenuBarItem' could be found (are you missing a using directive or an assembly reference?)
|
|
package:
Showcase/Program.cs#L41
The type or namespace name 'Toplevel' could not be found (are you missing a using directive or an assembly reference?)
|
|
package:
Showcase/Program.cs#L41
Cannot implicitly convert type 'int?' to 'int'. An explicit conversion exists (are you missing a cast?)
|
|
package:
src/Operations/DragOperation.cs#L36
Non-nullable property 'PreventDrag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
package:
src/Operations/AddViewOperation.cs#L106
'ViewFactory.Create(Type)' is obsolete: 'Migrate to using generic Create<T> method'
|
|
package:
src/ViewFactory.cs#L56
'ComboBox' is obsolete: 'ComboBox is obsolete and will be removed before v2 Beta. See Issue ##2404.'
|
|
package:
src/UI/Windows/SliderOptionEditor.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
|
package:
src/UI/Windows/SizeEditor.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
|
package:
src/UI/Windows/IValueGetterDialog.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
package:
Showcase/Program.cs#L41
Nullability of reference types in value of type 'int?' doesn't match target type 'int'.
|
|
package:
Showcase/Program.cs#L48
'Application.Shutdown()' is obsolete: 'The legacy static Application object is going away.'
|
|
package:
Showcase/Program.cs#L47
'Application.Run(IRunnable, Func<Exception, bool>?)' is obsolete: 'The legacy static Application object is going away.'
|
|
package:
Showcase/Program.cs#L21
'Application.Init(string?)' is obsolete: 'The legacy static Application object is going away.'
|