-
I've used this project for both client and server based websockets on .NET 4.5 for the desktop and it worked great. But now I would love to see this work for .NET Core 2.0 so I can also run this on L…
-
> Creating a new issue for tracking https://github.com/cake-contrib/Cake.DotNetTool.Module/issues/21 created by @brianfeucht given that GitHub doesn't allow transferring issues from one organization t…
-
Hi,
Are there any plans to migrate this project to .net standard and/or have a nuget package?
-
Should Giraffe make the new `System.Text` JSON serializer the default and then add support for `Utf8Json` and `Newtonsoft` via two separate NuGet packages?
Most Giraffe applications will only requi…
-
On Windows and MacOS `File.Copy` preserves `LastWriteTime`, but it is not the case on Linux.
For this reason `SkipUnchangedFiles=true` doesn't really work on Linux, because we use `LastWriteTime` to …
-
So, I created a very basic project with the following lines
dotnet new -i aurelia-dotnet-templates
dotnet new aurelia -ht http2 -c sass -e none
I opened the solution in VS2017 and ran i…
-
Hello,
The complete message is in this screenshot https://cl.ly/8011c529082b, beginning by "Current .Net SDK does not support targetting .NetCore 2.2".
Anyone having an idea how to configure the…
-
I am using PushSharp 4.0.10
When I am trying to send iOS notification.
I receive below error
Send Batch Error: Batch ID=1, Error=PushSharp.Apple.ApnsConnectionException: SSL Stream Failed …
-
I Created a new function and because I make som configurations I'm using IWebJobsStartup.
For some reason it's not called and I did the same in another function made some time ago. The only differenc…
-
Hey guys,
I just updated to the latest version of ShopifySharp, and based on a previous commit, you are now using HttpClient instead or Flurl. I don't mind removing that dependency, but this did b…