-
Today the Aspire shared project that gets added to all Aspire solutions and auto-referenced by Aspire service projects depends on ASP.NET Core. This leads to issues for service projects that aren't AS…
-
**Assemblies affected**
ASP.NET Core OData 8.x
**Describe the bug**
OData does not work with Minimal API, ie without Controllers
**Reproduce steps**
```
app.MapGet("/WeatherForecast", [Enabl…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/hitting-enter-inside---of-a-html-helpe/10585892)._
---
I've attached a screen record…
-
Has anyone had any success in using Jil as the primary JSON formatter in ASP.NET Core 6? There are plenty of examples of how to switch between JSON.NET and System.Text, but I haven't seen anything abo…
-
ASP.NET Core 3.0 introduces Dynamic routing by using `MapDynamicControllerRoute` so hopefully the whole solution can be rewritten using that instead of the current one with creating new routes based o…
-
Lest half it at least
-
When attempting to use Utf8Json formatter with ASP.NET Core 3, the following error appears:
> System.InvalidOperationException: Synchronous operations are disallowed. Call ReadAsync or set AllowSyn…
-
Hy,
This book is great and still helpful for those learning Asp.net Core and intro to Web programming, have you considered updating the `dotnet` version as well as its dependencies used in this book…
-
Placeholder for work to catch the book up with the newest patterns in ASP.NET Core 2.1.
-
Just completed (nearly all) your Lynda course (which is excellent by the way) following along using Core 2. I thought you might be interested in a couple of things that break:
In Startup.cs:
…