-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not load type 'Microsoft.AspNetCore.Http.Internal.BufferingHelper' .Net Core 3.0 #15
Comments
Hi @blogcraft, I will investigate the issue, and I will come back with further details.
The error is related to 'Microsoft.AspNetCore.Http.Internal.BufferingHelper' type, which might not be available on .NET Core 3.0 anymore. |
Hi, thanks for the quick response. The app Was originally working fine targeting .Net Core 2.2 and KissLog.AspNetCore "1.7.0" After updating the App to .Net Core 3.0 the app started to fail. |
Thanks. |
Hi @blogcraft, The issue is caused, indeed, by some incompatibility between (More details about this can be found here: dotnet/aspnetcore#12505) Meanwhile, I suggest a small workaround, just to keep the project running. KissLog won't log the Update Startup.cs ConfigureServices()
Please let me know if this worked for you. |
Thanks a lot, the workaround did help! Looking forward to package update fix when it's available. |
- Fixed issue #15 - Added exception handling when trying to read Request/Response stream
Hi @blogcraft The issue should be fixed now. Please update the package to KissLog.AspNetCore 2.4.2 Let me know if everything is working properly (don't forget to remove the workaround 😊). Thanks |
Flawless! It works like a charm! Thanks |
Using Net Core 3.0 There is a new error with kisslog 2.4.0
The text was updated successfully, but these errors were encountered: