Kamil Szurant

Results 40 comments of Kamil Szurant

Oh even more interesting, when I have 2 instances of Visual Studio running - one with Unity project, other one with this library then the problem error occurs.

try https://github.com/Cryptisk/Utf8Json

True, no idea how to fix it, Unity prob hardcoded that one :/. Maybe in new versions (2020) it will work as they are upgrading to UIElements slowly.

Interesting! Finally managed to make openwhisk work on my windows with the kubernates guide. Also made (my first :) ) docker image of 3.1. Created simple bat to make iteration...

Changing issue name and will write sometime what I've found. This should speed up cold times: https://github.com/kamyker/openwhisk-runtime-dotnet/commit/f9a739779887b4262c987c0be8bf2b77071c651b#diff-6bc49d26f451cad6d8312deca5a0eadeL89-L96 Instead of writing zip and deleting it, we simply extract it from memory....

After some changes my cold start compared to openwhisk/action-dotnet-v3.1 and --kind 2.2 on ibm almost halved! From ~1.45 sec To ~750ms > That's right. You can even push your own...

Removed Newtonsoft json and used System.Text.Json that overall has less dependencies. Used few more features to strip down C# build. Cold start of empty function ~350ms The one in the...

I've switched to aws lambda due to unexpected crashes mentioned in https://github.com/apache/openwhisk-runtime-dotnet/issues/35 I'm not using ow anymore, can't provide more info, sorry :/

How your .csproj looks like? Try maybe my fork: https://github.com/kamyker/openwhisk-dotnet-csharp

No idea, "PackageReference Include="Microsoft.AspNetCore" in https://github.com/apache/openwhisk-runtime-dotnet/blob/master/core/dotnet3.1/proxy/Apache.OpenWhisk.Runtime.Common/Apache.OpenWhisk.Runtime.Common.csproj could be the issue. My version looks a bit different: https://github.com/kamyker/openwhisk-dotnet-csharp/blob/master/core/dotnet3.1/proxy/Apache.OpenWhisk.Runtime.Common/Apache.OpenWhisk.Runtime.Common.csproj If you can reproduce error without using database (just call something from Microsoft.Extensions.DependencyInjection.Abstractions)...