Sven Hübner
Sven Hübner
Hi all, when mapping multiline cells to a `string` property, the string does not have the usual line endings of a .NET string in the runtime environment, but will always...
Hi, this is a feature proposal. I don't know if this has been brought up before or if it is even in line with OneOf's philosophy, so feel free to...
Why does `NoTargets` keep any of the implicit includes of the `Sdk`? I can see that in #114 resource compilation was disabled. Yet, the other defaults are left enabled. My...
Hi Michael, have you considered publishing a source generator to go along with your XmlSchemaClassGenerator? I have created one as a proof-of-concept in [my own repo](https://github.com/shuebner/XsdToSource). Apart from the annoying...
Sorry for the delay. I had less time than expected. Here is at least a working POC (nuget package untested) with a global namespace setting. Next, I will add test...
adds feature #1146 documentation needs to be added. ### :memo: Links to relevant issues/docs #1146 ### :thinking: Checklist before submitting - [ x ] All projects build - [ ]...
## 🚀 Feature Requests I would like a way to set a commit message prefix for the commits that nukeeper generates. There is already a branch name template, but I...
Hey there, I have been playing around a bit with domain primitives myself for a while now and had a problem with preserving the domain primitive type (`TThis` in your...
add == and != operator overload to avoid comparing underlying values without considering TThis
EPS12 falsely reports that a method can be readonly on a non-readonly struct. This is nonsense, since there is no such thing (yet) as a readonly method. A picture says...