Rik Svendsen Rose

Results 15 comments of Rik Svendsen Rose

Looks like a candidate for an extension method in the package. Why not fork, and maybe a PR?

Why not clean it and make a PR? That is what I would do :-)

Thanks @asherber why does ```c# var q = new Query("foo") .Select("bar") .AsMax("baz as bazmax") .GroupBy("bar"); not produce: // SELECT [bar], MAX([baz]) AS [bazmax ] FROM [foo] GROUP BY [bar] ```...

@ethomson I get this issue with 1.0.226 in C# when using NUnit. But not in 1.0.210 (i have not tried 1.0.117). Could there be a bug? Also cannot load the...

@ShreyasRmsft any update on this? with the csproj nuget version allowing "*" the dotnet test fails