Bernard Vander Beken

Results 12 comments of Bernard Vander Beken

I understand what's described about topic branches. However, I fail to see how it explains that the master branch hasn't been updated since 28 Mar 2017. I would expect approved...

Hi @jberezanski, @riezebosch, I see you maintain related chocolatey packages. I could create a Chocolatey package for the .NET Core Uninstall Tool. Would you be interested in reviewing and becoming...

Same issue here Update: gone with a reboot

> Reopening this issue. We'll resolve this once we've gracefully handled this error. Is this still on the, ahum, radar?

This is because conformance to WS-I 1.1 is a prerequisite in the current code: WebServicesInteroperability.CheckConformance(WsiProfiles.BasicProfile1_1, reference, violations); If I change this to WebServicesInteroperability.CheckConformance(WsiProfiles.None, reference, violations); This validation passes, however, the...

As detailed [here](https://github.com/chocolatey/choco/issues/1625#issuecomment-411669751), I had to use cmd instead of powershell to get output from the where command.

Inspiration: * [C# Language Specification](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/) * TypeScript started with a [formal spec](https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md) but does not maintain it any more. The truth is now in PR documentation and [this website](https://www.typescriptlang.org/docs/home.html), which...

Also, consider [pandoc](https://pandoc.org/) to transform to many more formats.