-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to C#11, .NET 7 and Orleans 7 rc2
- Loading branch information
1 parent
876735b
commit 5bd0daf
Showing
6 changed files
with
22 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
# <img src="src/CSharp-Toolkit-Icon.png" alt="C# Toolkit" width="64px" /> Modern.CSharp.Templates | ||
A toolkit of modern [dotnet new templates](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new) for C# 10, .NET 6 and Microsoft Orleans 4 | ||
A toolkit of modern [dotnet new templates](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new) for C# 11, .NET 7 and Microsoft Orleans 7 | ||
|
||
Templates: | ||
- Editorconfig [doc](Editorconfig.md) | ||
- Orleans.Results [doc](https://github.com/Applicita/Orleans.Results) | ||
|
||
To install, type this on the command line: | ||
``` | ||
dotnet new --install Modern.CSharp.Templates::1.0.0-preview.2 | ||
``` | ||
|
||
For how to install, see:<br /> | ||
[![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/Modern.CSharp.Templates?color=gold&label=NuGet:%20Modern.CSharp.Templates&style=plastic)](https://www.nuget.org/packages/Modern.CSharp.Templates) | ||
|
||
More templates are coming (in Aug-Sept 2022): | ||
- Orleans.Multitenant (separate grain state storage and grain/stream communication per tenant) | ||
- Orleans.Multiservice (use a single Orleans service with multiple logical services inside it as an alternative to separate microservices) | ||
More templates are coming (in Oct 2022): | ||
- Orleans.Multiservice (use a single Orleans service with multiple logical services inside it as an alternative to separate microservices) | ||
- Orleans.Multitenant (uses [Orleans.Multitenant](https://github.com/Applicita/Orleans.Multitenant) to separate grain state storage and grain/stream communication per tenant) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
A toolkit of modern dotnet new templates for C# 10, .NET 6 and Microsoft Orleans 4 | ||
A toolkit of modern dotnet new templates for C# 11, .NET 7 and Microsoft Orleans 7 | ||
|
||
Templates: | ||
- Editorconfig | ||
- Orleans.Results | ||
|
||
Docs: see the [repo readme](https://github.com/Applicita/Modern.CSharp.Templates#readme) | ||
|
||
[Release Notes](https://github.com/Applicita/Modern.CSharp.Templates/releases/tag/1-0-0-preview-2) | ||
[Release Notes](https://github.com/Applicita/Modern.CSharp.Templates/releases/tag/1-0-0-rc2) |