Kenny Pflug
Kenny Pflug
Hey @bigdnf, unfortunately, this is currently not supported with NRT. There currently is no attribute that allows me to tell the C# compiler that a method parameter is not null...
I'm closing this issue due to inactivity. If you have further questions, please reopen it.
@reima Yep, that would be nice. I was wondering if the `ValidatedNotNullAttribute` is currently used or if it just can be replaced with the new attributes. Maybe we should research...
@reima after a good night of sleep, I have the following recommendation: we should introduce new projects where we target different frameworks like .NET Framework 4.8, .NET 7 / .NET...
Cool, I didn't know about the Inspect Code CLI from JetBrains. Then let's go the full automatic way. Regarding OmniSharp: I don't know about their latest developments, but to my...
Thanks for all your efforts - I'm currently thinking about letting this run in xunit. We could simply parse the resulting JSON and make assertions on it. To execute `jb...
I'd like to second that. Ollama in portable mode would help all those Windows users which have to work on computers locked down by their IT department.
I'm currently struggling with the same issue. The project I'm working on uses ErrorOr v2.0.1. Additionally to the metadata, I found out that `ErrorOr` has the same issues with error...
Thank you for your insights. Indeed, my greatest concern regarding this task is the performance overhead, especially for projects that contain many namespaces. Of course, we should incorporate caching of...