Native: Rename Event to PlatformEvent (to avoid MTL::Event conflict o… #205
Annotations
10 warnings
|
Build/Pack:
src/Alimer/Graphics/Vulkan/VulkanSwapChain.cs#L324
Dereference of a possibly null reference.
|
|
Build/Pack:
src/Alimer/Graphics/Vulkan/VulkanSwapChain.cs#L323
Dereference of a possibly null reference.
|
|
Build/Pack:
src/Alimer/Graphics/Metal/MetalGraphicsManager.cs#L25
Non-nullable field '_adapters' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build/Pack:
src/Alimer/Graphics/Vulkan/VulkanSwapChain.cs#L131
Dereference of a possibly null reference.
|
|
Build/Pack:
src/Alimer/Graphics/Vulkan/VulkanSwapChain.cs#L130
Dereference of a possibly null reference.
|
|
Build/Pack:
src/Alimer/Physics/RigidBodyComponent.cs#L141
Dereference of a possibly null reference.
|
|
Build/Pack:
src/Alimer/Physics/RigidBodyComponent.cs#L62
The result of the expression is always 'true' since a value of type 'AlimerApi.PhysicsBody' is never equal to 'null' of type 'AlimerApi.PhysicsBody?'
|
|
Build/Pack:
src/Alimer/Game.cs#L180
Possible null reference argument for parameter 'applicationName' in 'string GamePlatform.UserDirectory(string applicationName)'.
|
|
Build/Pack
- Add lib or ref assemblies for the netstandard2.0 target framework
|
|
Build/Pack
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
|
Loading