-
_From @StevenTaylor on October 5, 2018 5:50_
Documentation (https://docs.microsoft.com/en-us/azure/application-insights/app-insights-api-filtering-sampling) suggests that ITelemetryProcessor can be u…
-
@Eneuman Would you be interested in adding your code here?
Saw this issue: SigningKey Azure Key Vault Provider
I have some helpers for this, maybe your solution is better. I use this as a templa…
-
### Steps to reproduce
We have an ASP.NET MVC project with some controllers that we want to test. In Visual Studio we created a solution containing the project and an MSTest unit test project that …
-
Similar to Issue #118.
I am running an ASP.NET project in .NET 4.6 using the latest 1.11.3 DocumentDB SDK and whenever I try to do any query using `CreateDocumentQuery`, the query is created succes…
-
## Description
Parameterizing the 'serviceEndpoint' key in a Blob Storage linked service with managed identity authentication (using a key vault reference) breaks usage of the 'Get-AzDataFactoryV…
-
This is more of an information than a bug report.
I'm using LiteDb for importing data into an Azure database. Since importing uses a lot of DTU's I'm using LiteDb as a cache. I pull data from all …
-
Ok, let's speak about our Achilles' heel - documentation.
To be honest everything is awful, only documentation is start page & a little bit of wiki. We should work on it!
My suggestion is to build d…
-
### Xamarin.Android Version (eg: 6.0):
Android V9 and V10
### Operating System & Version (eg: Mac OSX 10.11):
### Google Play Services Version
* [] GPS-FB with AndroidX dependencies (ver…
-
Linq query:
```C#
await context.Posts
.Where(p => p.Metadata!.Updates.Count(e => e.UpdatedOn >= date) == 1)
.ToListAsync();
```
SQL:
```sql
SELECT [p].[Id], [p].[Archived], [p].[…
-
### Description
A large set of configuration keys provided by the built-in .NET IConfigurationProvider's negatively affect performance significantly.
I've created a benchmark project her…