Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
D

dotnet

> 数据库
Open source

.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 mainta

3.7K stars0 likes0 views
WebsiteGitHub

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 mainta

.NET Community Toolkit

.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 the Windows 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:

Package Latest stable Latest Preview Description CommunityToolkit.Common A set of helper APIs shared with other CommunityToolkit libraries. CommunityToolkit.Diagnostics A set of helper APIs (specifically, Guard and ThrowHelper) that can be used for cleaner, more efficient and less error-prone argument validation and error checking. CommunityToolkit.HighPerformance A collection of helpers for working in high-performance scenarios. It includes APIs such as pooled buffer helpers, a fast string pool type, a 2D variant of Memory<T> and Span<T> (Memory2D<T> and Span2D<T>) also supporting discontiguous regions, helpers for bit shift operations (such as BitHelper, also used in Paint.NET), and more. CommunityToolkit.Mvvm (aka MVVM Toolkit) A fast, modular, platform-agnostic MVVM library, which is the official successor of MvvmLight. It's used extensively in the Microsoft Store and other first party apps. The sample app repository is here.

Getting Started

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

Documentation

All documentation for the toolkit is hosted on Microsoft 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 the Tools 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 we plan for next iterations, and feel free to ask questions.

Check out our Preview 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 the Contributor 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

Made with contrib.rocks.

GitHub Issues· 215 open

View all on GitHub
  • #1068

    <inheritdoc/> should not be used on partial properties.

    bug :bug:Updated Sep 8, 2026
  • #312

    [Proposal] LocalizationResourceManager

    feature request :mailbox_with_mail:needs triage :mag:Updated Aug 20, 2026
  • #828

    Add support for custom callback method in ObservableProperty

    feature request :mailbox_with_mail:Updated Aug 15, 2026
  • #1208

    IBufferWriterExtensions.Write : actively harmful

    bug :bug:Updated Aug 13, 2026
  • #1206

    RelayCommand<T>.CanExecute(null) returns false for value types without a predicate

    bug :bug:Updated Jul 26, 2026
  • #1205

    Opt-in ExecutionFailed event with Handled semantics on the relay commands

    Updated Jul 25, 2026
  • #1194

    CommunityToolkit.MVVM 8.4.1 and 8.4.2 seems to break intellisense on VS2022

    bug :bug:Updated Jul 24, 2026
  • #1203

    [MVVM] `AttachedProperty`/`DirectProperty`/`StyledProperty` source generators

    feature request :mailbox_with_mail:Updated Jun 27, 2026
  • #1012

    ObservableValidator 'HasErrors' should be ignored from JSON serialization

    bug :bug:Updated Jun 18, 2026

Highlights

  • •C#
  • •csharp
  • •dotnet
  • •maui
  • •mvvm

> Tags

C#csharpdotnetmauimvvm

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category数据库
PricingOpen source

> Related tools

P
PostgreSQL
功能强大的开源关系型数据库
R
Redis
内存数据结构存储,常用作缓存与队列
M
MySQL
广泛使用的开源关系型数据库