IzyPro / WatchDog

WatchDog is a Realtime Message, Event, HTTP (Request & Response) and Exception logger and viewer for ASP.Net Core Web Apps and APIs. It allows developers log and view messages, events, http requests made to their web application and also exception caught during runtime in their web applications, all in Realtime.
MIT License
782 stars 117 forks source link

.Net 8.0 package version problem for Microsoft.IO.RecyclableMemoryStream #159

Open EmreKabali opened 5 days ago

EmreKabali commented 5 days ago

In my .NET 8.0 application, I encountered an error while using the Watchdog library. The problem seems to come from a version mismatch with the Microsoft.IO.RecyclableMemoryStream package. This means that the version of this package is not fully compatible with .NET 8.0, which causes the application to throw an error.