Barnabás Virágh

Results 18 comments of Barnabás Virágh

For the 2.) it seems that the problem now, that Newtonsoft.Json is installed into the wrong directory under amd64: under /usr/lib64/mono/gac/... instead of /usr/lib/mono/gac/... Using the gacutil of mono, to...

> > > Even though i managed to build msbuild, it seems that it's missing a lot of stuff... like, `System.CodeDom`, `System.Linq`, `System.Windows` (winforms) > arch has [exactly the same...

What is your csproj file look like? It depends on that... could be it references through full path those, or versions not installed on your machine. On May 29, 2021...

@Meister1593 : pull requests are merged. Now it should build without intervention. If it does, you can close this issue... for now... :)

It is worth looking at https://github.com/nanoframework/CoreLibrary * It has a mini, stripped down mscorlib implementation * Has no generics in it * Has no unsafe code in it I will...

Indeed, it is a difficult topic. I think, we need to pick a BCL implementation, and work against it, otherwise it will be an endless effort to build it from...

According to my initial tests with compiling nanoFramework's mscorlib, I see the following path would be viable to have an optional "external" mscorlib implementation: * Need to rearrange a bit...

Yes, something close. The produced combined library will contain a lot of extern symbols, which will be coming from the CoreLibrary's methods, annotated with ```[MethodImpl(MethodImplOptions.InternalCall)]``` but no implementation found in...

> > > I understood it! > > Would you make ready to review for branch `feature/implement-ilcodes` before do it? It already long commit tree so I wanna review before...

No regression up to this point on already available unit tests, though new implementations are not tested yet