Julian Verdurmen
Julian Verdurmen
The plugin works great after doing the manual installation. It would be great to make the installation easier, I would recommend: - install tslint by default (npm or bundle it)...
Split IYAXSerializer to IYAXSerializer and IYAXDeserializer So we can make the interfaces (co/contra) variant. See https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/covariance-contravariance/
### Describe the bug RequestTelemetry.Url is sometimes `null`, but the typing says it's a non-nullable `Uri` https://github.com/microsoft/ApplicationInsights-dotnet/blob/c739fdd6a6ec6687911ccc3de8baff0d669af899/BASE/src/Microsoft.ApplicationInsights/DataContracts/RequestTelemetry.cs#L222 ### To Reproduce See for example the first RequestTelemetry constructor, the Url property...
Please improve the error message for the error "Unable to load one or more of the requested types." Improvements: - make clear in the output that it's running x86 of...
When reading a large JSON feed ### Steps: 1.  2. load from https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json 3. Loaded:  ### Current result Load takes ~16 seconds ### Details The expensive calls are:...
Add the following files: The project will add the recommended files to match the recommended guidance. - [ ] CONTRIBUTING.md - [ ] NOTICE.md - [ ] Documentation folder (with...
New in NuGet 3.3: `` (see https://docs.nuget.org/create/nuspec-reference)
It seems that in order to maintain the ability to further define encodings, we need to change the API so that a collection of objects is returned. Thus, we can...
UtfUnknown.Tests.CharsetDetectorTestBatch.TestLatin1 [FAIL] Charset detection failed for ../../../Data\latin1\2.txt. Expected: windows-1252, detected: windows-1251 (99% confidence). All details: Detected: Detected windows-1251 with confidence of 0,99 in ., Details: - Detected windows-1251 with confidence...