Greg Horvath

Results 27 issues of Greg Horvath

**Describe the question** Is there a way to wrap tabs when using the MatTabBar? **Blazorfiddle link** https://blazorfiddle.com/s/ms73zfjj **Expected behavior** I would like to be able to have the tabs wrap...

question

Is it possible to sort by multiple columns using the OData api? A simple use case for this would defaulting the grid to sort by FirstName then Last Name. The...

**Is your feature request related to a problem? Please describe.** I am trying to get my grid to prefilter OData data based on the parent context of the page. This...

The method GoogleOAuth2Client.RewriteRequest() does not preserve the "ReturnUrl" parameter completely. I have an ASP.NET web forms application that represents its routes using url parameters (see Below) DataLayout.aspx?domain=MyModule&hierarchy=Proj;45886&tab=ProjectInformation When my login...

The Nuget Package for version 4.0.1 seems to be missing the command line tools.

Discussion

The following nswag file generates invalid c# code. Line 10229 attempts to return void when the method is declared async Task. [TestProject.nswag.txt](https://github.com/RicoSuter/NSwag/files/8982685/TestProject.nswag.txt) Note: The swagger spec in this file came...

I am running into an issue where updating the ICompletionData.Description dynamically via the CompletionList.SelectedItemChanged event does not reflect properly in the user interface. After setting the description in the event...

Issue-Bug
Area-CodeCompletion

I'm attempting to read a binlog file from an asp.net core application. After my requests reads a given file it attempts to delete it but I get sporadic lOExceptions stating...

I'm trying to include some ASP.NET core sdk references inside my project to support an offline server mode. My use case is rather unique as I am trying to get...

The latest dev version appears to break EF Core Queryable in .NET 5. The attached repro gives the following error: [SqlInMemoryWasm.zip](https://github.com/unoplatform/Uno.Wasm.Bootstrap/files/6106509/SqlInMemoryWasm.zip) ``` uno-bootstrap.js:201 Error: System.TypeInitializationException: The type initializer for 'Microsoft.EntityFrameworkCore.Query.QueryableMethods'...