Julian Verdurmen

Results 118 issues of Julian Verdurmen

See https://github.com/CharsetDetector/UTF-unknown/issues/38#issuecomment-506960736

e.g. for file read

For mocking. e.g. ```C# interface ICharsetDetector { DetectionResult DetectFromBytes(byte[] bytes); DetectionResult DetectFromBytes(byte[] bytes, int offset, int len); DetectionResult DetectFromStream(Stream stream); DetectionResult DetectFromStream(Stream stream, long maxBytesToRead); } public class CharsetDetector {...

refactor

From https://github.com/NLog/NLog/issues/2806 Port to middleware. Current docs: https://github.com/nlog/nlog/wiki/AspNetBufferingWrapper-target

feature
up-for-grabs

See [Package readme on NuGet.org docs](https://docs.microsoft.com/en-us/nuget/nuget-org/package-readme-on-nuget-org) and [MSBuild docs](https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets#packagereadmefile) - [ ] enable snupgk. But currently leads to [NU5039](https://docs.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu5039) -> 2021-07-24 not fixed yet - [x] wait for dotnet RTM...

size/M

Not used anymore. We use SonarCloud for showing the coverage

build

TODO, see https://docs.microsoft.com/en-us/visualstudio/extensibility/migration/update-visual-studio-extension?view=vs-2022#update-your-extension-to-visual-studio-2022 1. Modernize your projects. 1. Refactor your source code into a shared project to allow for targeting Visual Studio 2022 and older versions. 1. Add a Visual...