Xavier Le Galles

Results 6 issues of Xavier Le Galles

The chocolatey install (install.ps1) does not work with NanoServer image for Docker, mainly because WebClient is not supported. A workaround would be to use Invoke-WebRequest instead. See: https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-docker/manage-windows-dockerfile I'm still...

Improvement
0 - Backlog
0 - _Triaging
CoreTeam

## VERSION: ## 2.3.0 and ASP.NET Core 2.1 ## STEPS TO REPRODUCE: ## We describe an API using attributes. For example ``` [HttpGet("{fieldId:guid}", Name = "FieldById")] [ProducesResponseType(typeof(FieldDtoWithHierarchy), (int)HttpStatusCode.OK)] public Task...

What about this attempt to run feature files w/o code behind in Specflow v3? I don't see any news anywhere... Thank you

### Description I have juste updated a source in the paket.dependencies (replacing one url by another url) and the paket.lock still uses old sources after an install. Note: did not...

bug

See https://grpc.io/blog/grpc-csharp-future/ There are still references to grpc.core in the source code even though most of it uses Grpc.Net.Client. We should get rid of it completely.

feature