-
Is it possible to use windicss in blazor webassembly?
-
I'm trying to use the library in ASP .NET Core, but it doesn't read the "appsettings.json" file, will there be any updates to work with that file type as well?
-
A friend of mine is interested in potentially packaging a .NET Core app for Sandstorm. I know @pgrm tried to do this before and ran into some issues like https://github.com/sandstorm-io/sandstorm/issu…
-
i18n should also support ASP.NET Core on both .NET Core (netstandard1.6) and .NET 4.5.1 and higher (the same platforms supported by ASP.NET Core). These apps will always run in Kestrel and i18n should…
-
I'm trying to follow the example, but it seems that `app.UseExceptionHandler` it's called only when I remove `app.UseAuthorization`, but I do need `UseAuthorization`. What could I be missing?
```
…
-
Hello there,
I've been facing issues trying to implement UTF8Json Formatter using `Utf8Json.AspNetCoreMvcFormatter` package in conjunction with built-in XML formatter.
I went on to further find…
-
There is a section "**Handle client disconnects**". According to this section we can detect client lost internet connection by ping timeout. See: "have the client use a timer to send a ping message ev…
-
The following packages, currently at v8x, version to match their platform dependencies (both version number and TFM support):
- [ ] Serilog.Extensions.Logging
- [ ] Serilog.Extensions.Hosting
…
-
ServiceControl uses regular ASP.NET controllers. It would be desirable to move to minimal API for the following reasons:
- minimal API is AOT friendly; it would be a step towards enabling AOT in Se…
-
# Sharpcms.Core - Migrating an old ASP.NET CMS to ASP.NET Core on Twitch
[http://asp.net-hacker.rocks/2019/04/16/sharpcms.html](http://asp.net-hacker.rocks/2019/04/16/sharpcms.html)