-
Hi
I got this exception while running a sample with ASP.Net Core 3.1
: Method not found: 'Microsoft.Extensions.Logging.ILoggerFactory Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.Add…
-
# .NET Package Maintenance
.NET Core was released in June 2016, and over the last six years, many thousands of NuGet packages have been published under the .NET umbrella. Many of these packages are…
-
I use `asp-enum-for` tag attribute to display enums. but DataAnnotationsLocalization is not working on `[Display(Name="ValueName")]` attribute of each value. It displays only the initial text provided…
-
# Serilog – jak filtrować logi? :: Blog o programowaniu
Ostatnio w moim jednym pet projekcie (pisany w ASP.NET Core 3.1.) wymyśliłem sobie tak, aby do bazy zapisywane były tylko te logi, które:
W pol…
-
Can you use HTTPS using this? Or is it plain HTTP only
ghost updated
4 years ago
-
**Which version of Microsoft Identity Web are you using?**
Microsoft.Identity.Web.TokenCache all versions
**Where is the issue?**
* Token cache nuget dependencies
**Is this a new or an existin…
-
I hope i am in the right place for this question about GAE/Flex support for .net core 3.1. I have noticed that there are no images for 3.x as enumerated here: https://cloud.google.com/appengine/docs/f…
-
**Describe the bug**
I was reading this document _[Scegliere un'interfaccia utente Web ASP.NET Core](https://learn.microsoft.com/it-it/aspnet/core/tutorials/choose-web-ui?view=aspnetcore-3.1)_ which …
-
-
### Description
When using DataContext.TableName.FromSql("") sql injection hotspots are not being picked up.
### Repro steps
```
[HttpGet("search/{searchTerm}")]
public async Task DoSearch(…