Cysharp / YetAnotherHttpHandler

YetAnotherHttpHandler brings the power of HTTP/2 (and gRPC) to Unity and .NET Standard.
MIT License
372 stars 32 forks source link

NativeLibraryWrapper.cs have 2 Error #38

Open KORLAB opened 10 months ago

KORLAB commented 10 months ago

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]'

Last8Exile commented 1 month ago

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.