Darrell
Darrell
**Is your feature request related to a problem? Please describe.** I'd like to allow a user to select multiple dates over the course of a year. **Describe the solution you'd...
### Describe the bug Looking at these classes: https://github.com/Azure/azure-signalr/search?q=AzureSignalRHostedService&unscoped_q=AzureSignalRHostedService I can see that there is an `IStartupFilter` that is responsible for Starting the `AzureSignalRHostedService` when the middleware pipeline is first...
## Refactoring to improve composability and allow extensibility As discussed on slack channel gitversion 6 ideas channel: - [ ] Move version calculation logic behind `gitversion.exe calculate` command with `-normalize`...
As mentioned on #88 by @aiurovet I need to add test coverage and potentially solve an issue where, on Linux, if a file path contains a backslash, it would be...
This is a new feature to add support for a set of extended globbing patterns - documented here: https://www.linuxjournal.com/content/bash-extended-globbing I see this as an opt-in feature - so I'll add...
I'm considering the following.. Produce a SQL Clr assembly that can be installed into sql server and adds a User defined function for glob matching which will leverage dotnet glob....
At the moment dotnet.glob supports either number or letter ranges in patterns, e.g - `[A-Z]` - `[1-9]` However the Unix etc glob library supports a composite form of range expression:...
Hello, Suppose I am writing my own file watcher, and its listening on a socket. When the client connects, what are the format of the messages I need to trigger...
In My application, I have 2 DbContexts, defined in seperate projects. I have noticed that when accessing a page that utilises both of these dbcontexts to perform some query, only...