BurkusCat / Burkus.Mvvm.Maui

A simple MVVM framework for .NET MAUI. It provides: navigation, lifecycle events, parameter passing, native dialog abstractions, and testability.
MIT License
24 stars 5 forks source link

[Feature] Automatically import Burkus.Mvvm.Maui as a global namespace #35

Closed BurkusCat closed 9 months ago

BurkusCat commented 9 months ago

Is your feature request related to a problem? Please describe. In C#, it would be nice to not have to do import Burkus.Mvvm.Maui in every file, or it would be nice if I could avoid having to make my own GlobalImports.cs file.

Describe the solution you'd like When I use this NuGet package in a project, that project should import the Burkus.Mvvm.Maui namespace globally.

Describe alternatives you've considered Normal imports or a global import.

Proposed APIs N/A

Additional context N/A

BurkusCat commented 9 months ago

Fixed by #36