Richard Bennett

Results 20 issues of Richard Bennett

My assumption here is that I am doing something wrong, but need to ask the group and get a feedback that I can move forward with. I am using MahApps...

bug

One of the changes with the last RC release mentions that users of this library are on their own to migrate from one RC to another, as the structure of...

enhancement

Within this example code: ```CSharp public class UserNotificationGrain : Grain, IUserNotificationGrain { private HubContext _hubContext; public override async Task OnActivateAsync() { _hubContext = GrainFactory.GetHub(); // some code... await _hubContext.User(this.GetPrimaryKeyString()).SendSignalRMessage("Broadcast", State.UserNotification);...

enhancement

Is there any plugin available today in this project to monitor any Microsoft SQL Server backups? Same idea/question for Postgres as well. Our current backup is a shell script (powershell)...

enhancement
sql-server

Looking to use Squirrel.Windows for an application that I need to provide auto-update functionality. It's a Kiosk style application, and has a central "server" component that hosts the data bits...

I need to configure a _dynamic_ port as part of my service registration during a generic host startup sequence. According to the dotnet docs, if you say your binding port...

I know there is a good following of folks that have used this library over the years (as have I) and are in the midst of trying to get to...

Working within projects, when logging time against a task, is there a possibility of providing a category per-project to classify the hours? This would help using the time tracking feature...

Not sure exactly what the root cause is of this, but with the latest release build that is available, when I open a set of files at the same time...

Curious to find out if anyone has developed or otherwise found a way to import contacts using VCF imports? I've been trying to import csv files without success from Presta...