Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
486 changes: 486 additions & 0 deletions .github/skills/csharp-spector-coverage-gaps/SKILL.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ words:
- ssvs
- statment
- strs
- stubbed
- swaggerui
- syncpack
- TCGC
Expand Down Expand Up @@ -289,6 +290,7 @@ words:
- unprojected
- unrepresentable
- unsourced
- unstubbed
- unversioned
- venv
- venvtools
Expand Down
2 changes: 2 additions & 0 deletions packages/http-client-csharp/eng/scripts/Spector-Helper.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ $failingSpecs = @(
Join-Path 'http' 'type' 'file'
Join-Path 'http' 'client' 'naming' # pending until https://github.com/microsoft/typespec/issues/5653 is resolved
Join-Path 'http' 'streaming' 'jsonl'
Join-Path 'http' 'type' 'union' 'discriminated' # pending design
Join-Path 'http' 'authentication' 'noauth' 'union' # pending design
)

$azureAllowSpecs = @(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
"commandName": "Executable",
"executablePath": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.exe"
},
"http-authentication-noauth-union": {
"commandLineArgs": "$(SolutionDir)/TestProjects/Spector/http/authentication/noauth/union -g StubLibraryGenerator",
"commandName": "Executable",
"executablePath": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.exe"
},
"http-authentication-oauth2": {
"commandLineArgs": "$(SolutionDir)/TestProjects/Spector/http/authentication/oauth2 -g StubLibraryGenerator",
"commandName": "Executable",
Expand Down Expand Up @@ -295,11 +290,6 @@
"commandName": "Executable",
"executablePath": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.exe"
},
"http-type-union-discriminated": {
"commandLineArgs": "$(SolutionDir)/TestProjects/Spector/http/type/union/discriminated -g StubLibraryGenerator",
"commandName": "Executable",
"executablePath": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.exe"
},
"http-versioning-added-v1": {
"commandLineArgs": "$(SolutionDir)/TestProjects/Spector/http/versioning/added/v1 -g StubLibraryGenerator",
"commandName": "Executable",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading