HavenDV / H.Pipes

A simple, easy to use, strongly-typed, async wrapper around .NET named pipes.
MIT License
242 stars 26 forks source link

Compiler Errors: Tests, 4.8 #33

Closed lefig closed 12 months ago

lefig commented 12 months ago

Describe the bug

I seem to have some compiler problems such as

Severity Code Description Project File Line Suppression State Error CS8417 'NamedPipeClientStream': type used in an asynchronous using statement must be implicitly convertible to 'System.IAsyncDisposable' or implement a suitable 'DisposeAsync' method. Did you mean 'using' rather than 'await using'? H.Pipes.Tests (net4.8) C:\Work\Temp\H.Pipes-master\H.Pipes-master\src\tests\H.Pipes.Tests\Tests.cs 89 Active

Steps to reproduce the bug

Compile solution

Expected behavior

No response

Screenshots

No response

NuGet package version

No response

Platform

No response

IDE

No response

Additional context

No response