Skip to content

Settingsview not registered after NuGet install #31

@spenol

Description

@spenol

Description

When Maui.SettingsView is installed via NuGet, it doesn't seem to register in the IDE - adding the reference .UseSettingsView() in MauiApp.CreateBuilder() isn't recognised, and adding xmlns:sv="clr-namespace:AiForms.Settings;assembly=SettingsView" into xaml isn't registered.

Steps to Reproduce

  1. Install Maui.SettingsView via NuGet
  2. Attempt to add .UseSettingsView() and xmln:sv reference in xaml isn't recognised.

Expected Behavior

.UseSettingsView() and xmln:sv references should be recognised once it's installed via NuGet

Actual Behavior

As above.

Platforms

  • Visual Studio Windows.

Basic Information

  • AiForms.SettingsView 1.0.12
  • Maui

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions