-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Compiling From Source
The NuGet package are backwards compatible and can be used in any WPF application (targeting .NET Framework 4.5.2 or later) with any version of Visual Studio. If you wish to compile the library from source it will REQUIRE Visual Studio 2019 (v16.8 or later; C# 9 compiler is required) with .NET 5.0.100 SDK or later installed. This is because the source code leverages the latest features, such as expression bodied members, which cannot be compiled in earlier versions of Visual Studio. You will need to ensure that you have enabled the .NET desktop development workflow from the Visual Studio Installer.
The main project is contained within the MaterialDesignToolkit.Wpf.slnf
file located at the root of the repository. This is the file you want to open in Visual Studio.
Launch Visual Studio and set the startup project to be Demos\MaterialDesignDemo
, compile and run (or simply press F5).
If you see any mistake or want to contribute to this wiki feel free.
Home
Contributing
Compiling From Source
Glossary
Getting Started with MDIX
Getting Started
Tutorial On YouTube (português-BR)
Frequently Asked Questions
Examples Repository
Release Notes
Pack Icon Changes
2.0.0 Breaking Changes
Controls
All Control Styles
Buttons
ComboBox
Dialogs
PopupBox
Snackbar
TextBox
Toggle Button
Transitions
Icons
Theming
Advanced Theming
Brush Names
Custom Palette Hues
Fonts
Overriding Material Design Styles
Swatches and Recommended Colors
Miscellaneous
MahApps Integration
Performance
Strong Naming
.NET 4.0 Compatibility
Projects using Material Design
Understanding Routed Commands