Igor Bagdamyan
Igor Bagdamyan
Because CI is a direct static member of that interface, it's not a part of interface contract.
Well, for now I don't see a problem with breaking signatures as migrating to NRT will most probably cause warning in projects which have NRT enabled. But it's up to...
I think one of possible NRT transitions can be just annotating everything with possible nullability and then slowly taking it away? But these are breaking changes too... @tznind As for...
@BDisp I see. Well, that's why I said that I do not posess the full knowledge and can only guess. I think can provide a small file by file pull...
It's fine with me. I can contribute when I have spare time. I believe leveraging NRT will help other people get their head around the "scary" parts of the code.
I understand your concerns but it's important to know that some of newer C# features like NRT do not require modern runtime. Some of them so and some don't. NRT...
Generic math works really well! Here is a small snippet in F# if you're interested. ```fsharp module ILGpu.GenericKernels open System open System.Numerics open ILGPU open ILGPU.Runtime open En3Tho.FSharp.Extensions // define...
Hitting this too. Can't download symbols for coreclr in 25 seconds (https://github.com/microsoft/perfview/blob/main/src/TraceEvent/Symbols/SymbolReader.cs#L1144) and get artificial error that has nothing to do with an actual web operation timeout. I would have...
Will this warn on any inference of obj? I mean on parameters, locals etc? I'm really interested in warning that indicates that "obj" was inferred as type argument of some...
@ForNeVeR Sorry for the delay. Your fix seems to fix my case. I've mostly did a visual check for now using vscode/current pwsh plugin/your branch. What are the next steps...