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
| CS8897 | 5 |[Static class used as the parameter type of a method in an interface type](https://github.com/dotnet/roslyn/issues/38256)|
35
35
| CS8898 | 5 |[Static class used as the return type of a method in an interface type](https://github.com/dotnet/roslyn/issues/38256)|
36
+
| CS8981 | 7 |[Type names only containing lower-cased ascii characters may become reserved for the language](https://github.com/dotnet/roslyn/issues/56653)|
- After you install VS Code, install the [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp)
14
14
- Important tip: You can look up editor commands by name by hitting *Ctrl+Shift+P*, or by hitting *Ctrl+P* and typing a `>` character. This will help you get familiar with editor commands mentioned below. On a Mac, use *⌘* instead of *Ctrl*.
15
-
2. Install the [.NET 6.0 RC 2 SDK](https://dotnet.microsoft.com/download/dotnet-core/6.0).
15
+
2. Install the [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet-core/6.0).
16
16
3. You can build from VS Code by running the *Run Build Task* command, then selecting an appropriate task such as *build* or *build current project* (the latter builds the containing project for the current file you're viewing in the editor).
17
17
4. You can run tests from VS Code by opening a test class in the editor, then using the *Run Tests in Context* and *Debug Tests in Context* editor commands. You may want to bind these commands to keyboard shortcuts that match their Visual Studio equivalents (**Ctrl+R, T** for *Run Tests in Context* and **Ctrl+R, Ctrl+T** for *Debug Tests in Context*).
18
18
@@ -23,14 +23,14 @@ To run all tests in a single project, it's recommended to use the `dotnet test p
23
23
24
24
## GitHub
25
25
The best way to clone and push is to use SSH. On Windows you typically use HTTPS and this is not directly compatible
26
-
with two factor authentication (requires a PAT). The SSH setup is much simpler and GitHub has a great HOWTO for
26
+
with two factor authentication (requires a PAT). The SSH setup is much simpler and GitHub has a great HOWTO for
0 commit comments