Daniel Weber

Results 42 comments of Daniel Weber

I will give it a try as soon as I am able to. Thank you very much for tackling this!

@wasabii It works in the repro project, but not in my actual project. So I guess I will again carefully strip it down to the culprit.

Made the repro [fail again](https://github.com/danielcweber/IKVM_Repro/commit/fad7ea59a3e5bb23df494108f6449a1f2a51f60e). Creating something from a Maven dependency makes it fail. That's maybe only because the Maven SDK is from Nuget.org and has not received any experimental...

> Made the repro [fail again](https://github.com/danielcweber/IKVM_Repro/commit/fad7ea59a3e5bb23df494108f6449a1f2a51f60e). Creating something from a Maven dependency makes it fail. That's maybe only because the Maven SDK is from Nuget.org and has not received any...

@Husqvik The issue with `IScalarFieldTypeMappingProvider` we're currently facing is that while we're able to take `NonNull` into account (and strip the .NET type of a trailing '?'), there's no way...

It was meant to be on 3.7 which I usually am aware of...will rebase in a minute

It was based on 3.7 already but became conflicted. Rebased it and changed the base branch in Github.

I had a look into the failing checks but they seem unrelated

It's [this](https://github.com/dotnet/roslyn/issues/73346) issue. It has been fixed in Roslyn sources but still found it's way into SDK 8.0.300. A possible solution is to fix the SDK to 8.0.204 with a...

Tip: actions/setup-dotnet@v4 can be configured to take its version from global.json.