Gilles TOURREAU

Results 7 comments of Gilles TOURREAU

Hi @pootzko, We have the same issue here... All our projects are signed with strong name and we can not use directly the library... We need to get all the...

I have the same issue with Terraform v1.7.3. I have a cycle in my script file and using the following commands: ``` terraform plan -out tfplan.out ``` or ``` terraform...

I confirm that I have the same issue. I created a DevDrive volume mounted to a Windows directory, and parcel does not work when source code is access with a...

@bradwilson, I created a repo with a project to reproduce the bug: https://github.com/GillesTourreau/visualstudio.xunit-ParallelExecutionVsRunnerBug An other scenario to reproduce the error: - Clean the output of the project (right click on...

I have the same issue as @jflevesque-genetec with one of the Workday webservices (https://community.workday.com/sites/default/files/file-hosting/productionapi/Human_Resources/v41.0/Human_Resources.wsdl). This issue exists with the version [2.2.0-preview1.23462.5](https://www.nuget.org/packages/dotnet-svcutil/2.2.0-preview1.23462.5) and the version [2.1.0](https://www.nuget.org/packages/dotnet-svcutil/2.1.0) of the **dotnet-svcutil** tool.

I still have the same issue as @shaneholder and @erwinkramer. It is just because the window credentials was under all my active apps !

I guess that your method `GetListAsync()` have the following signature : ```csharp Task GetListAsync(Expression filter) ``` It is normal that it does not work (and return `null`) : You setup...