Graham Watts

Results 14 comments of Graham Watts

This repository is for legacy ASP.NET Web API. ASP.NET Core on .NET 5 is already supported here: https://github.com/stefanprodan/AspNetCoreRateLimit

> > > IAsyncEnumerable interface is part of .NET Standard 2.1. If library migrates to 2.1 version it won't be possible to use it in the .NET Framework projects (read...

> Hi, > > We recently installed BaGet as a Docker server. It worked well until a .NET update started throwing errors: > > > /src/something-redacted.csproj : error NU1803: You...

Kestrel settings go in the "On your computer" part of the installation docs since the instructions there use Kestrel. Or an HTTPS section is added to the configuration docs.

I realise that this issue has been open for ages, but the following may be useful, as I just encountered (and fixed) a similar issue. If the suggestions in #565...

@Fungusware I encountered this same situation. The solution is to call `WatchPropertiesAsync` on each device you want to monitor to register a callback that will be invoked when any of...

Something to consider as well: I don't know if it is at all possible for the `DeviceFound` event to be raised more than once for a given device, but just...

Yeah I saw the same thing - I get some sort of DBus exception about too many connections. My workaround has just been to run the app as a service...

Personally, I'd like to have an option of pushing to non-localhost non-TLS registries. I appreciate that it's absolutely not good practice in any sort of professional environment but if I'm...

In my case, it's because of some upstream dependencies that mean that we can't move off of .NET Framework entirely. We integrate with a lot of industrial process systems and...