Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation.

License

NotificationsYou must be signed in to change notification settings

CommunityToolkit/dotnet

Repository files navigation

.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation.

👀 What does this repo contain?

This repository contains several .NET libraries (originally developed as part of theWindows Community Toolkit) that can be used both by application developers (regardless on the specific UI framework in use, they work everywhere!) and library authors. These libraries are also being used internally at Microsoft to power many of our first party apps (such as the new Microsoft Store) and constantly improved by listening to feedbacks from other teams, external partners and other developers from the community. Here's a quick breakdown of the various components you'll find in this repository:

PackageLatest stableLatest PreviewDescription
CommunityToolkit.CommonCommunityToolkit.CommonCommunityToolkit.CommonA set of helper APIs shared with otherCommunityToolkit libraries.
CommunityToolkit.DiagnosticsCommunityToolkit.DiagnosticsCommunityToolkit.DiagnosticsA set of helper APIs (specifically,Guard andThrowHelper) that can be used for cleaner, more efficient and less error-prone argument validation and error checking.
CommunityToolkit.HighPerformanceCommunityToolkit.HighPerformanceCommunityToolkit.HighPerformanceA collection of helpers for working in high-performance scenarios. It includes APIs such aspooled buffer helpers, a faststring pool type, a 2D variant ofMemory<T> andSpan<T> (Memory2D<T> andSpan2D<T>) also supporting discontiguous regions, helpers for bit shift operations (such asBitHelper, also used inPaint.NET), and more.
CommunityToolkit.Mvvm (aka MVVM Toolkit)CommunityToolkit.MvvmCommunityToolkit.MvvmA fast, modular, platform-agnostic MVVM library, which is the official successor ofMvvmLight. It's used extensively in the Microsoft Store and other first party apps.The sample app repository is here.

🙌 Getting Started

Please read theGetting Started with the .NET Community Toolkit page for more detailed information.

📃 Documentation

All documentation for the toolkit is hosted onMicrosoft Docs.

All API documentation can be found at the.NET API Browser.

🚀 Contribution

Do you want to contribute?

Check out our.NET Community Toolkit Wiki page to learn more about contribution and guidelines!

📦 NuGet Packages

NuGet is a standard package manager for .NET applications which is built into Visual Studio. When you open solution in Visual Studio, choose theTools menu >NuGet Package Manager >Manage NuGet packages for solution… Enter one of the package names mentioned in.NET Community Toolkit NuGet Packages table to search for it online.

🌍 Roadmap

Read what weplan for next iterations, and feel free to ask questions.

Check out ourPreview Packages Wiki Page to learn more about updating your NuGet sources in Visual Studio, then you can also get pre-release packages of upcoming versions to try.

📄 Code of Conduct

This project has adopted the code of conduct defined by theContributor Covenant to clarify expected behavior in our community.For more information see the.NET Foundation Code of Conduct.

🏢 .NET Foundation

This project is supported by the.NET Foundation.

🏆 Contributors

Toolkit Contributors

Made withcontrib.rocks.

About

.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp