YetAnotherHttpHandler icon indicating copy to clipboard operation
YetAnotherHttpHandler copied to clipboard

NativeLibraryWrapper.cs have 2 Error

Open KORLAB opened this issue 1 year ago • 1 comments

Hello, thank you for developing a good plugin. I'm not good at English, so I would appreciate it if you could understand my awkwardness.

It says that two errors occurred in the NativeLibraryWrapper.cs file.

The current development environment is

Unity - 2022.3.14f1 IDE - Jebrains Rider 2023.1.1 It is in use. It says an error has occurred, but Unity execution and API operation are working normally. I'm leaving an issue because I'm curious if it's my environmental problem.

image

Argument type 'System.Span [System.IO.Pipelines, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]' to parameter type 'System.Span [netstandard, Version= Cannot be assigned to '2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]'.

image

Argument type 'System.Span [System.IO.Pipelines, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]' to parameter type 'System.Span [netstandard, Version= Cannot assign to '2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]'

KORLAB avatar Dec 24 '23 16:12 KORLAB

Probably Rider issue. Rider can't find some impicit conversions and show false positive compile errors. It is only IDE issue and does not affect unity.

Last8Exile avatar Sep 24 '24 18:09 Last8Exile