Alex Klaus
Alex Klaus
[This post on Medium](https://betterprogramming.pub/how-to-build-a-strongly-typed-angular-14-super-form-86837965a0e5) may share a way to leverage `ControlsOf` with the new Angular strongly-typed forms
@brockallen, could you please confirm that you meant [ASP.NET Core Identity](https://github.com/aspnet/Identity) as a way to move on? And would you still advise to use MR to the .NET developers (not...
Hey mate! Yes sure, any help would be appreciated. Are you thinking to take on the back-end implementation or also the front-end? If both, I'd suggest to submit a PR...
Confirm that something like `.WithMetadata(new OpenApiOperationAttribute("summary", "description"))` doesn't work either.
Hey @chesthar, Not sure I understand where's the problem. The swagger API is well-documented (screenshot below) and you can try it not only locally but also on the website itself...
It might be related to #565 ...
There are two things I'd like to achieve: 1. Having a nested structure; 1. Using strongly-typed objects everywhere. The first one can be achieved by using [Javascript Transformations](http://jasperfx.github.io/marten/documentation/documents/advanced/javascript_transformations/). Perhaps, it...
It would be great to form them via `session.Query` but what `GetIndexQuery` method are you referring to? It seems that the magic is happening in there. I can't find it...
As dotnet/aspnetcore/issues/28384 suggests, the issue might have been resolved in .NET 6 RC2. Meanwhile for older versions, the advised solution is to explicitly dispose the `HttpResponseMessage` on retries ([suggestion](https://github.com/dotnet/aspnetcore/issues/28384#issuecomment-912732545)). Though,...
Hi @PureKrome, Adding a bug (or any other ticket type) via the UI hasn't been implemented, as the API is already there and the UI part was deemed a trivial...