-
Hi,
as I mentioned in another issue, I am evaluating WordPressSharp to use it in a new application of mine (used Joe Blogs in WinForms app for now). Now I am developing a web app with ASP.Net Core …
-
The ASP.Net Core middleware uses the static `TraceHelper ` class to wrap the call to the next handler in the pipeline, but `TraceHelper` only logs an error message if there are any exceptions instead …
-
As part of [this commit](https://github.com/serilog/serilog-aspnetcore/commit/92bc15aa27f925bb590ad7940f0272013fd2ead3) in the Serilog.AspNetCore repo the guidance for using Serilog with ASP.NET Core …
-
**Is your feature request related to a problem? Please describe.**
Some app developers use Id Token information such groups to make AuthZ decisions, without looking at the IdToken lifetime / validati…
-
After reading [this article on action binding for CancellationTokens](https://andrewlock.net/using-cancellationtokens-in-asp-net-core-mvc-controllers/), I looked through all the existing ASP.NET Core …
-
Are there any plans to support ASP.NET Core 5.0? I would be willing to help out and create a pull request for this.
Cheers,
Tony
-
Heya!
I'm planning on using your Framework in a ASP Net Core 2.0 preview project.
Sadly on running the project i'm encountering this error:
> System.TypeLoadException: "Method 'Clone' in type…
mkilp updated
7 years ago
-
I'm getting an exception when using the MySql provider with ASP.NET Core Identity. When I attempt to login I get "Unable to cast object of type DateTime to type DateTimeOffset" which I think is relat…
-
Hello,
My goal is to connect to Caller with path e.g. `ws://localhost:8081/ws`, but I want to provide additional GET paramer to URL (so it becomes more like `ws://localhost:8081/ws/`) and e.g. reject…
-
Hello,
I'm running an ASP.NET Core authorisation server using **ASP.NET Core Identity** and **IdentityServer4**, and i want to integrate external authentication for my SPA (Angular).
I'm trying …