Commit fcb85f2
authored
File tree
52 files changed
+1054
-80
lines changed- .github/workflows
- docs
- ai
- quickstarts/snippets/local-ai
- snippets/microsoft-extensions-ai
- ConsoleAI.CacheResponses
- ConsoleAI.ConsumeClientMiddleware
- ConsoleAI.ConsumeRateLimitingEmbedding
- ConsoleAI.CreateEmbeddings
- ConsoleAI.CustomClientMiddle
- ConsoleAI.CustomEmbeddingsMiddle
- ConsoleAI.DependencyInjection
- ConsoleAI.FunctionalityPipelines
- ConsoleAI.GetResponseAsyncArgs
- ConsoleAI.GetStreamingResponseAsync
- ConsoleAI.StatelessStateful
- ConsoleAI.ToolCalling
- azure
- includes
- sdk/snippets/unit-testing
- core
- compatibility
- aspnet-core/8.0
- testing
- snippets/order-unit-tests/csharp
- MSTest.Project
- NUnit.TestProject
- XUnit.TestProject
- csharp
- fundamentals/coding-style
- snippets/identifier-names
- language-reference/compiler-messages
- programming-guide/statements-expressions-operators
- snippets/how-to-define-value-equality-for-a-type/ValueEqualityRecord
- roslyn-sdk/tutorials/snippets/how-to-write-csharp-analyzer-code-fix/MakeConst
- MakeConst.Test
- MakeConst.Vsix
- fundamentals
- apicompat/package-validation
- code-analysis/style-rules
- samples/snippets/core/testing
- unit-testing-best-practices/csharp
- after
- before
- unit-testing-using-dotnet-test/csharp/PrimeService.Tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+1054
-80
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
| 74 | + | |
75 | 75 |
| |
76 | 76 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
920 | 920 |
| |
921 | 921 |
| |
922 | 922 |
| |
923 |
| - | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
924 | 927 |
| |
925 | 928 |
| |
926 | 929 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
| 10 | + | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
| 11 | + | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
| 11 | + | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
| 11 | + | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
0 commit comments