Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Scott Banning dccfaf072e Add product names to cspell word list and add csharp to markdown code section 2023-07-05 12:54:04 -07:00
Matthew Leibowitz 2dcc148208
Make MAUI into 1 workload and lots of NuGets instead of a full workload (#11206)
### Description

This change moves most - if not all - the logic, assemblies, build tasks, targets and props into NuGet packages. This allows .NET MAUI to be usable without having to care about what version of the workload is installed.

There are still a few things - mostly the automagic and Windows fixes - in the workload pack, but this is probably temporary and/or non-essential for the working of the build. Things like the project capabilities are still in the workload as this is needed for the IDE and cannot be in NuGet packages.

Everything else is now inside a NuGet package that can be upgraded, pinned and otherwise used without requiring VS to have installed the workload to match. There is the benefit of the NuGet packages being installed on disk and thus reducing/removing the need to download. But that is minimal now since we have smaller and fewer packages.
2023-02-07 15:09:25 +02:00
Sean Killeen 5b5e7a6a02
Add Automated docs spellcheck via GitHub Actions (#10774)
* github action

* cSpell config

* fixes: "prioritization", pre-release, up-vote
2022-10-19 11:21:01 +01:00