Skip to content

Commit 02b3b47

Browse files
committed
Merge branch 'main' of github.com:dotnet/dotnet-api-docs into obsolete-misc
2 parents e4de503 + eb5c65c commit 02b3b47

File tree

928 files changed

+19340
-42273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

928 files changed

+19340
-42273
lines changed

.github/copilot-instructions.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Code comments should end with a period.
2+
3+
When you add a code snippet to the XML remarks of an API, add the code as a separate code file (.cs file) and not as an inline (```) code block. Also add a .csproj file to compile the code if one doesn't already exist in the snippet folder.
4+
5+
Don't use the word "may". Use "might" to indicate possibility or "can" to indicate permission.
6+
7+
There should always be a comma before a clause that begins with "which".
8+
9+
Use a conversational tone with contractions.
10+
11+
Be concise.
12+
13+
Break up long sentences.
14+
15+
Use the present tense for instructions and descriptions. For example, "The method returns a value" instead of "The method will return a value."
16+
17+
Use the Oxford comma in lists of three or more items.

snippets/cpp/VS_Snippets_CLR/IsolatedStoragePermissionAttribute/cpp/IsolatedStoragePermissionAttribute.cpp

Lines changed: 0 additions & 92 deletions
This file was deleted.

snippets/cpp/VS_Snippets_CLR/Permission/cpp/Permission.cpp

Lines changed: 0 additions & 279 deletions
This file was deleted.

0 commit comments

Comments
 (0)