Stanislav Muhametsin

Results 30 comments of Stanislav Muhametsin

The reason why I thought this would be .NET Desktop-related is because of this error line: `The task factory "UtilPack.NuGet.MSBuild.NuGetTaskRunnerFactory" could not be loaded from the assembly "C:\Users\kiera\.nuget\packages\utilpack.nuget.msbuild\2.9.1\build\\net46\UtilPack.NuGet.MSBuild.dll"`, specifically the...

Update: loading the the .NET Core version of UtilPack DLL by OmniSharp does not work, so I guess either something needs to by done in OmniSharp side (I don't know...

Yeah I've tried the `Override` trick from that issue as well now, that didn't fix it either. There is definetly something weird going on with OmniSharp. I was looking at...

@kieranbenton : I haven't forgot about this issue, btw, but I've been tremendously busy with adding a CI pipeline to all of my projects (some of which have stuff like...

Haha, ah yes, the assembly binding redirects are such a curseword on .NET Desktop, I admit that. I'm glad they took other direction in .NET Core. I also have many...

I love VSCode for TypeScript experience, there it really shines. Also, I think many C# devs have now been watching how TypeScripts gets a lot of really cool type-related features...

FWIW, I got my own application to work after I did modifications summarized by [this gist](https://gist.github.com/stazz/73a951433306fe1074683fd2704c8948). The rabbithole went pretty deep. I hope this will be useful for anyone stumbling...

Here are the scripts that I use to produce the file layout described in suggested solution part (entrypoint is `build:ci` script): ```json { "scripts": { "build:ci": "yarn run clear-build-artifacts &&...

@gcanti I took a look at the package.json of this project, and I think I could contribute a PR related to this issue. Would you like me to do that,...

Oh, I see, really interesting to hear about the new iteration, as well as it being included to `@effect` umbrella! Will check it out for sure. 👍