Steven Giesel

Results 52 issues of Steven Giesel

This pull requests allows the `FakeNavigationManager` to prevent navigation when a `NavigationLock` component is existing. Fixes #804. At the moment this PR can not be merged as the feature is...

With the ASP.NET Core 7 Preview 6 announcements they also introduced QuickGrid as an external package. Even though this is not a first class citizen directly inside aspnet chances are...

documentation

With the recent merge of this PR: https://github.com/dotnet/aspnetcore/pull/42638 (here the issue which tracks the topic: https://github.com/dotnet/aspnetcore/issues/42877) users can intercept the `NavigationManager` and prevent redirects. To make it work we have...

enhancement

With dotnet/aspnetcore#670 we now target against .NET 7 (preview). .NET 7 preview 2 introduced a new analyzer (`BL0007`) which checks that component parameters should be auto-properties. Unfortunately on Linux builds...

## Current Situation The current state offers multiple overloads with a dozen of properties which are mapped one to one to the `MouseEventArgs`: ```csharp Click(this IElement element, long detail =...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. Hey...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. The...

enhancement

`.net7.0-preview7` introduced two new properties on the `MouseEventArgs`: `MovementX` and `MovementY` ([API diff](https://github.com/dotnet/core/blob/main/release-notes/7.0/preview/api-diff/preview7/Microsoft.AspNetCore.App/7.0-preview7_Microsoft.AspNetCore.Components.Web.md), [current main](https://github.com/dotnet/aspnetcore/blob/main/src/Components/Web/src/Web/MouseEventArgs.cs#L59)). I tried to find in which places the property gets set, but found only a...

good first issue

Add vertical timeline with professional events. This should give the reader a rough overview of the professional experience one made. ## Open Questions * Is it part of the.AboutMe Page?...

enhancement

Ideas: - [ ] having a wiki page how to set up everything - [ ] Interactive setup when the blog is loaded the first time For the second one...

documentation