Tanner Gooding
Tanner Gooding
Again, .NET should do and be better. We should pave the way towards success for the community and our customers. That often involves aligning with standards, but it can just...
> That is why the default settings take advantage of the available instructions the same way JIT does. That is the point of this discussion. For BDN targeting JIT it...
-- As an aside, regardless of what the BDN default is, we likely have some perf issues. We likely should be running perf tests, at least as an outerloop, for...
So basically you want XML product code and C# tests?
This should be pretty straightforward to resolve in ClangSharp. We should really just have "single file mode" output separate files for "source" vs "tests". If this is a priority, let...
This should hopefully be a fairly trivial fix. Just another scenario where C/C++ allow an implicit conversion that C# does not and so the explicit casts need to be inserted...
It is meant to automatically resolve them based on the host runtime identifier. I'll see if I can reproduce in a bit.
I can repro. The simple fix for now is to add `$(NETCoreSdkRuntimeIdentifier)` to your project (under a `PropertyGroup`), unfortunately because of the way NuGet restore works, we can't just add...
`libClangSharp.runtime.win-x64 9.0.0-beta1` isn't meant to be referenced directly. You are meant to reference `libClangSharp` and specify a `RuntimeIdentifier` so NuGet downloads and resolves the correct assets.
No, there are a few existing issues that largely cover this, such as https://github.com/NuGet/Home/issues/6083