Fusman Aleksandr
Fusman Aleksandr
I hit this issue too... This is strange that `Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll` compiled as `[assembly: TargetFramework(".NETPortable,Version=v4.5,Profile=Profile259", FrameworkDisplayName = ".NET Portable Subset")]` but it always prefer (?) .NET Core version of `Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll` if...
Do we have any update on this ? I am running into exactly the same problem. Short lived application does not send any logs :( even when added `Log.CloseAndFlush();` at...
I am using Angular template and this error always happens. So I added ``` ... ... ``` to always inject wails runtime.
> Maybe something is buffering the responses, so the Browser receives Thema "all at once" at the end. I had this issue with both nginx and envoy. Disabling buffering solves...
I am not sure why it is a bug ?? It seems "working as expected". Github Runner application started from Windows Service. Usually it is done to assign more privileges...
Hi It seems that you have an error in your Makefile. According to workflow output:  There's a C:/C:/...... Check your Makefile on Windows
The error that I highlighted in my answer does not come from Github Action. I don't know how Makefile works or what could be wrong with it. I personally think...
Mmmm.. I know enough about Makefiles to know that only old versions of C++ was actually used it in build process according to Microsoft and even that one was not...