Jimmy Bogard

Results 8 issues of Jimmy Bogard

See https://github.com/jbogard/ContosoUniversityDotNetCore/pull/4

Trying to get an understanding of what the local development story is. RabbitMQ for example can be installed on a dev machine, or run as a Docker container. If I...

feature
backlog

Basically support this: https://github.com/aspnet/DependencyInjection/issues/453 But do it during registration/scanning-time. StructureMap does this when it scans, and I had to add this manually to MediatR's MS DI extensions. See this code...

Feature Request

It doesn't explode at least

The [Best Practices guidelines](https://learn.microsoft.com/en-us/azure/azure-sql/database/sql-data-sync-best-practices?view=azuresql) state: > Install the client agent on a computer that isn't the SQL Server computer This guide states: > Download the data sync agent from the...

sql-database/svc
triaged
cxp
doc-enhancement
Pri2
doc-issue
sql-data-sync/subsvc

In a reverse-proxy environment, the base path can often include multiple segments: ``` https://myapi.com/some/root/path ``` The correct way to set up custom base paths is to use [`app.UsePathBase`](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.builder.usepathbaseextensions.usepathbase?view=aspnetcore-2.2): ```c# //...

help-wanted