Kurai András

Results 45 comments of Kurai András

I tought abount creating a fork of this repo to run on windows and use MSBuild and nuget.exe, but i'm not too familiar about setting up reusable actions. Changing the...

@AraHaan I have tried this with a UWP project but it did not work. I tried this with both dotnet build and dotnet msbuild but it fails with ``` error...

Wouldn't Blazor over webview2(or electron) with [Fluent UI](https://github.com/microsoft/fast-blazor) work great for this? You could even release a web-based version for people who have no permission to install this on their...

https://forum.unity.com/threads/unity-c-8-support.663757/page-7#post-6749023 So apparently this is happening.

Nice work!

Once this is merged, and the new version is out you can create a Untiy sample https://github.com/xoofx/UnityNuGet/pull/77 Using StrongInject requires unity 2021.2 and later

I have experience with DI in unity, I even wrote a library for this (https://kuraiandras.github.io/Injecter/documentation/injecter.unity.html). The problem is that in Unity the root classes that you create are inheriting from...

The intended way to consume nuget package with unity is by downloading the dlls and then placing them under the assets folder.

The package version 0.9.1 is not valid when using the package manager. Use the package manager UI and get the closest version to 0.9.1

For me it shows, but has a warning saying that the version can not be found. Then I just select a more specific version from the UI