Fix building nuget packages; #107
Annotations
10 warnings
build:
ImGui.Forms/Localization/LocalizedString.cs#L10
'LocalizedString' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
build:
ImGui.Forms/Resources/FontResource.cs#L110
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
ImGui.Forms/Resources/FontResource.cs#L112
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
ImGui.Forms/Controls/ComboBox.cs#L135
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
ImGui.Forms/Controls/ComboBox.cs#L136
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
ImGui.Forms/Models/IO/KeyCommand.cs#L7
'KeyCommand' defines operator == or operator != but does not override Object.Equals(object o)
|
build:
ImGui.Forms/Models/IO/KeyCommand.cs#L7
'KeyCommand' defines operator == or operator != but does not override Object.GetHashCode()
|
build:
ImGui.Forms/Controls/ComboBox.cs#L173
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
ImGui.Forms/Localization/LocalizedString.cs#L10
'LocalizedString' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
build:
ImGui.Forms/Resources/FontResource.cs#L110
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|