Julian Verdurmen

Results 118 issues of 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/

feature

### 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...

bug

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...

Idea

When reading a large JSON feed ### Steps: 1. ![image](https://user-images.githubusercontent.com/5808377/62833408-8d87eb00-bc3e-11e9-9f6d-88c141a2ecef.png) 2. load from https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json 3. Loaded: ![image](https://user-images.githubusercontent.com/5808377/62833432-d2ac1d00-bc3e-11e9-8ac0-ba1e7fc23d19.png) ### 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...

documentation

New in NuGet 3.3: `` (see https://docs.nuget.org/create/nuspec-reference)

feature
up-for-grabs
major feature

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...

wrong encoding detected