-
Notifications
You must be signed in to change notification settings - Fork 77
Using nightly build feed
appleneko2001 edited this page Jan 31, 2022
·
5 revisions
Nightly builds now are available on main NuGet feed and Github feed. After any push commits to dev-branch will notify Github Actions to build and publish the artifacts to NuGet and Github feed automatically.
Those tips are suitable for JetBrains Rider or Visual Studio. Visual Studio Code will have some differences.
- Click right mouse button on project and select "Manage NuGet Packages"
- Enable "Include pre-release" mode
- Update NuGet packages list (click the "Refresh NuGet Packages (Ctrl+Alt+R)" button)
- Select Material.Avalonia package
- Select newest version with suffix "nightly"
- Update selected package
You are ready to go with pre-release updates for now!
Tips: NuGet wont update packages automatically. So you have to update it manually after any changes by following step 5.
This area is not ready! Come back later!
Material.Avalonia Wiki pages is still WIP (work in progress), Pages could not ready for show if they unclickable.
Main section
- Main page
- Getting started
- Screenshots of Demo
- FAQ (frequently asked questions)
- Breaking changes
- Nightly builds
Widgets / Controls
- Buttons
- Inputs
- TextBox
- Switchable
- CheckBox
- RadioButton
- ToggleButton
- ToggleSwitch
- Selectable
- ListBox
- ComboBox
- Pickers
- Feedbacks
- ProgressBar
- Snackbar
- Dialogs
- AlertDialog
- TextFieldDialog
- CustomDialog
- Containers / Layouts
- ColorZone
- Card
- Expander
- DataGrid
Theming
Builders
Assist for widgets
- ButtonAssist
- SelectionControlAssist
- ShadowAssist
- SliderAssist
- TextFieldAssist
- TransitionAssist