-
Describe what is not working as expected.
I'm getting seemingly inconsistent behavior when calling `Microsoft.EntityFrameworkCore.Design.Internal.DbContextOperations.CreateContext(String contextType)…
-
Company uses an ASP.NET Core 2.1 application running under .NET Full Framework. Unfortunately, it seems that LightInject after 6.6.x is no longer compatible with this API. The exception is:
`
Ex…
-
**Summary: What are you wanting to achieve?**
Get access to `cancellationToken` from `onRetryAsync` delegate. I have a retry policy that refreshes connection string from `onRetryAsync` when a cal…
-
_From @embryologist on August 17, 2017 2:20_
## Steps to reproduce
[ARTSQLCORE.zip](https://github.com/dotnet/corefx/files/1230002/ARTSQLCORE.zip)
```
`dotnet --info` output:
ARTNetCore> It w…
-
Dears,
I am using VS2017 .NET Core 2.0 and I want to use entity framework MYSQL Database but I am facing issues on add-Migration
------------
No DbContext was found in assembly 'ProjectName'. Ens…
-
Using the latest efcore 2 preview from myget, it seems EF under certain conditions is not using the name of the DbSet property name as the table name. This is not exactly a simplified example...but th…
-
**Summary: What are you wanting to achieve?**
An exponential back off retry for a Windows Service using .NET Framework 3.5.
I'm using Polly version 4.3. I've tried to go back in time and lo…
-
**Summary: What are you wanting to achieve?**
I have a rate-limited API that I need to call, limits are of 300 calls for 5 minutes.
I wanted to implement a rate limit with a retry and I did s…
-
**Summary: What are you wanting to achieve?**
This is somewhat related to #907, but within the context of `HttpClientFactory`. If a `CancellationToken` is required to be passed to the `HttpCl…
-
Need to get Performance counter details like CPU, Memory of Azure Service Fabric nodes using Azure Application insights, to understand what specifically limits the load on the Azure SF cluster.
As …