-
Hi,
I am trying to use this library in a microsoft/azure-functions-dotnet-core2.0 container image, so far I've succesfully installed it.
First I tried to do a converison but ran into trouble cause c…
-
System.Data.Linq is not part of .NET Core 2.0 and therefore the following class is created in the data contract while importing service reference wsdl
[System.Diagnostics.DebuggerStepThroughAt…
-
There was an error running the selected code generator: ‘There was an error running the template C:\User\xsqian\.nuget\packages\microsoft.visualstudio.web.codegenerators.mvc\2.1.1\Templates\ControlerG…
-
Hi,
In chapter 3: **Refactoring the frontend setup**
Im trying copy your instructions but when I run app after removing typescript by using **dotnet run** app starts in locolhost:5000 but keeps sa…
-
Am I in the right repo for [this image](https://hub.docker.com/r/microsoft/azure-functions-runtime/) (microsoft/azure-functions-runtime:2.0.0-nanoserver-1709)?
The latest update was six months ago …
-
I tryed to install `Auth0.AuthenticationApi` via nuget on mac. But can't installed with below error.
```
error: Unable to resolve 'Auth0.AuthenticationApi (>= 5.2.0)' for '.NETCoreApp,Version=v2.0…
-
We need separate images containing the functions host, language runtime and the language worker.
-
Hi,
I have some game logic to do in server side which almost same with Unity client, my server code depends on .net core2, how can I use it correctly? especially the code generation.
Cheers.
xkyii updated
6 years ago
-
Remaining things:
- [x] JS-based ConfigGenerator
- [x] Unit tests
- [x] Investigate https://github.com/JustArchi/ArchiSteamFarm/issues/586#issuecomment-318582371
- [x] Fix auto-update on unix http…
-
Hello,
Really cool sample first of all - it works quite well when I just clone and run it, and since I was looking to help automate some of my emailing it's exactly what I was looking for 🙂
Yo…