|
1 | 1 | A toolkit of modern [dotnet new templates](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new) for C# 11, .NET 7, Microsoft Orleans 7, Windows App SDK and Uno Platform |
2 | 2 |
|
3 | 3 | Templates: |
4 | | -- **mcs-editorconfig** [doc](https://github.com/Applicita/Modern.CSharp.Templates/blob/main/Editorconfig.md)<br /> |
| 4 | +- **mcs-editorconfig** [doc](https://github.com/Applicita/Modern.CSharp.Templates/blob/main/Editorconfig.md) |
| 5 | + |
5 | 6 | *Settings for C# 11 code formatting, style, naming style and analysis. |
6 | 7 | Promotes conciseness, readability and leveraging the latest language features. |
7 | 8 | (can also be used with C# 10)* |
8 | 9 |
|
9 | | -- **mcs-winui3-app** [doc](https://github.com/VincentH-Net/CSharpForMarkup#readme)<br /> |
| 10 | +- **mcs-winui3-app** [doc](https://github.com/VincentH-Net/CSharpForMarkup#readme) |
| 11 | + |
10 | 12 | *WinUI 3 C# Markup 2 application solution template for building browser / native UI with Windows App SDK and/or Uno Platform* |
11 | 13 |
|
12 | | -- **mcs-winui3-view** [doc](https://github.com/VincentH-Net/CSharpForMarkup#readme)<br /> |
| 14 | +- **mcs-winui3-view** [doc](https://github.com/VincentH-Net/CSharpForMarkup#readme) |
| 15 | + |
13 | 16 | *WinUI 3 C# Markup 2 view item template, for use with the `mcs-winui3-app` template via it's `New-View.ps1` command* |
14 | 17 |
|
15 | | -- **mcs-orleans-results** [doc](https://github.com/Applicita/Orleans.Results#readme)<br /> |
| 18 | +- **mcs-orleans-results** [doc](https://github.com/Applicita/Orleans.Results#readme) |
| 19 | + |
16 | 20 | *Concise, version-tolerant result pattern implementation for Microsoft Orleans 7* |
17 | 21 |
|
18 | | -- **mcs-orleans-multiservice** [doc](https://github.com/Applicita/Orleans.Multiservice#readme)<br /> |
| 22 | +- **mcs-orleans-multiservice** [doc](https://github.com/Applicita/Orleans.Multiservice#readme) |
| 23 | + |
19 | 24 | *Prevent microservices pain with logical service separation for Microsoft Orleans 7* |
20 | 25 |
|
21 | | -These templates can be combined with [Orleans.Multitenant](https://github.com/Applicita/Orleans.Multitenant) for secure, flexible tenant separation in Microsoft Orleans 7 |
| 26 | +The Orleans templates can be combined with [Orleans.Multitenant](https://github.com/Applicita/Orleans.Multitenant) for secure, flexible tenant separation in Microsoft Orleans 7 |
22 | 27 |
|
23 | | -[Release Notes](https://github.com/Applicita/Modern.CSharp.Templates/releases/tag/1-2-0) |
| 28 | +[Release Notes](https://github.com/Applicita/Modern.CSharp.Templates/releases/tag/1-3-0) |
0 commit comments