Kenny Pflug
Kenny Pflug
You're right, the platform is pretty much dead. But I think there are several legacy hardware devices in production environments that run solely on WinCE. E.g. at work, we have...
I would like to add some thoughts on this topic as I find it not to be trivial: I think there should be two controls instead of just one, serving...
Yes, this can be closed.
Hey everybody, yesterday, I also stumbled upon this problem that apps, no matter whether they are ASP.NET Core based or not, will not send out all telemetry messages that are...
I've never had any issues - artifacts should not be a problem at all because vector graphics usually do not contain rasterized elements. I also have never experienced any deformed/changed...
Dear Amichai, I had a quick look at your implementation yesterday evening and I would like to put some implementation details up for discussion. First of all, having this ASP.NET...
I will soon provide a PR to you and then we can discuss the details.
After further inspecting the source code and the ProblemDetailsFactory functionality, I think I found an issue with the current implementation. Here's the ProblemDetailsFactory definition: ```csharp public abstract class ProblemDetailsFactory {...
Hey guys, I created an alternate implementation of this feature, you can see it here: https://github.com/amantinband/error-or/pull/110 I'm interested in your feedback - I will try to enhance this PR in...
I was able to get it running by using a structure like the following one with Swashbuckle.AspNetCore 6.3.0: ```csharp namespace MyAwesomeWebApi; public static class GetContactsEndpoint { public static WebApplication MapGetContactsEndpoint(this...