← Back to Community Contributors
Victor's Feed
- .NET MAUI: Update NuGet Packages using Visual Studio Code
The dotnet-outdated CLI tool identifies outdated NuGet packages in .NET MAUI projects within VS Code, color-coding updates by severity. Manual .csproj editing completes the lightweight package management workflow without heavy IDE extensions.
Read more - .NET MAUI: Archive and Publish using Visual Studio Code
Visual Studio Code enables complete .NET MAUI build and publish workflows for iOS and Android using command-line tools. This guide covers archiving apps with proper signing, uploading to stores, and managing platform-specific configurations.
Read more - Remove iOS Navigation Bar Separator in .NET MAUI
Custom handlers in .NET MAUI enable removal of iOS navigation bar separators when using Shell. Platform-specific code modifies UINavigationBarAppearance to create seamless, edge-to-edge navigation experiences.
Read more