nicke
EF Core how can I access temporal table PeriordStart value to use it for "last modified" information
If anyone ever runs into this. Here was the best solution:
https://github.com/dotnet/efcore/issues/26463#issuecomment-1984046675
2 replies
AspNet.Core OpenTelemetry AzureMonitorLogExporter doesn't include ILogger name in AppInsight traces.
https://learn.microsoft.com/en-us/azure/azure-monitor/app/opentelemetry-add-modify#add-a-custom-property-to-a-span
Maybe it needs to be done manually with a processor like this
44 replies
Have all ControllerBase ObjectResults return StatusCodeResult with ProblemDetails
Yeah i know. The codebase is just massive and ported from net framework. The bigger issue was BadRequest("foo") returning a ObjectResult thats not automatically mapped to a ProblemDetail result while BadRequest() is
5 replies
Have all ControllerBase ObjectResults return StatusCodeResult with ProblemDetails
Never mind, this middleware seems to do everything i want
https://github.com/khellang/Middleware/tree/master/src/ProblemDetails
5 replies
❔ GetOwinContext().Authentication.GetAuthenticationTypes() equivalent in asp.net core
love the arrows, thanks 👍
I guess the AuthenticationType is not the same as AuthenticationScheme but i'll figure that out when i get there. Just +50 controllers to port first
55 replies