You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+11-5
Original file line number
Diff line number
Diff line change
@@ -15,17 +15,23 @@ ASP.NET Core samples need this workload: **ASP.NET and web development**.
15
15
16
16
See the [WinUI.md](WinUI.md) for the requirements of building and running the WinUI samples.
17
17
18
-
## Updates
18
+
## Updates and .NET 6
19
19
20
20
See [updates](Updates.md) for issues and updates.
21
21
22
-
## Errors and Issues
22
+
With the *main* branch every sample should compile and run successfully (with the deadlock and race-conditions samples, *successfully* means that a deadlock and a race-condition occurs).
23
23
24
-
In case you find some problems with the source code, to compile and run the samples, please create an [issue](https://github.com/ProfessionalCSharp/ProfessionalCSharp2021/issues).
24
+
The *dotnet6* branch will be used to show some early changes with C# 10 and .NET 6 using previews of C# 10 and .NET 6. Previews might not run with the next preview available.
25
25
26
-
In case you have some questions about code samples, please use [Discussions](https://github.com/ProfessionalCSharp/ProfessionalCSharp2021/discussions).
26
+
After .NET 6 is released, the .NET 5 version of the code might move to a different branch, but it will be kept available.
27
27
28
-
For questions that are not related to the book and the code samples of the book, it's better to use [StackOverflow](https://stackoverflow.com/).
28
+
## Issues and Discussions
29
+
30
+
If you find some problems with the source code, issues to compile and run the samples, please create an [issue](https://github.com/ProfessionalCSharp/ProfessionalCSharp2021/issues).
31
+
32
+
If you have some questions about the code samples, or just want to drop a message, you're welcome to use [Discussions](https://github.com/ProfessionalCSharp/ProfessionalCSharp2021/discussions).
33
+
34
+
For questions with your source code that are not related to the book and the code samples, it's better to use [StackOverflow](https://stackoverflow.com/).
0 commit comments