Martin Scholz

Results 19 comments of Martin Scholz

HI @devlead, i have step thru MSBuild sources and it seems that they support either comma's or semicolons (`,;`) as a separator if a switch has multiple values. See [here](https://github.com/Microsoft/msbuild/blob/master/src/XMakeCommandLine/CommandLineSwitches.cs#L418)....

And as you see [here](https://github.com/Microsoft/msbuild/blob/2db4d4b6821ff65987b2843d29cc5f02c4db59f5/src/XMakeCommandLine/XMake.cs#L2325), duplicate properties are always will overwrite.

Try with `--ignore-stdin`. Works for me.

Is this fixed in the latest release? Because i currently face a similarly problem. Here is my environment. On server A i use filebeat with file output and rotation. Then...

We also would like to see support for LDAP or Kerberos,etc. Is there any good starting point to add such an `AuthMethod` based on a contribution?

That means if you don't configure all members of a Model in your GridClient you add to GridServer constructor this will fail? For example ```C# class MyModel { public string...

We use Blazor Server. There was an issue in my example. It should be ``` var server = new GridServer(items, .... ``` MyModel should just demonstrate the case not using...

Here is test project you can use for reproducing the issue. https://github.com/martinscholz83/GridTest

You will see adding a second filter for the CustomerID column will fail.

That was fast :). Fix is working for me!