Martin Andreas Ullrich

Results 54 comments of Martin Andreas Ullrich

The attributes (+ assembly) should be removed from the built projects due to the conditional attribute on them.. I was more thinking of doing something completely different and only in...

I'd say it's due for a reimplement anyway, will put it on the list. it has some other issues as well (e.g. read-only properties in most cases). Thank you for...

@hhenrik08 did you define the parameter as `int?` or `int` (Consistently) in your class?

Yes if you'd like to extend the functionality and fix some issues, I'd be happy to work with you to get these out. As I previously mentioned in https://github.com/dasMulli/data-builder-generator/issues/3, I...

> That package has an extension method for IHostBuilder and you don't need to register a middleware anymore @gregkalapos I just transitioned my current project to it, this resolves any...

@dend I'd very much like you to reconsider. For the repos that stamp their binaries using SourceLink, generating a link to the source from a built product is possible. This...

@ViktorHofer from what I unserstand, CoreFX now also has SourceLink via Arcade?

maybe @rainersigwald can help here. In the meantime, it would really help if you'd be able to get a build log (`-bl` parameter will create an `msbuild.binlog` file). This file...

This is the second issue about users getting into problems with `dotnet publish` on solutions in a about a week.. (the other one was that all libs including the test...

(I continue to be amazed by the work @rainersigwald puts into explaining build issues. now its full-blown diagrams, I still remember some hand-drawn diagrams about RID conflicts ^^)