Skip to content

Commit 49538f1

Browse files
authored
Merge pull request #5 from orbcorp/release-please--branches--main--changes--next
release: 0.1.0
2 parents e2db41d + 73c6b77 commit 49538f1

File tree

1,937 files changed

+760559
-122383
lines changed

Some content is hidden

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

1,937 files changed

+760559
-122383
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"isRoot": true,
44
"tools": {
55
"csharpier": {
6-
"version": "1.0.1",
6+
"version": "1.1.2",
77
"commands": [
88
"csharpier"
99
],
1010
"rollForward": false
1111
}
1212
}
13-
}
13+
}

.csharpierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.csproj
2+
*.props

.devcontainer/devcontainer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2+
// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
3+
{
4+
"name": "C# (.NET)",
5+
"image": "mcr.microsoft.com/devcontainers/dotnet:1-9.0-noble",
6+
"postAttachCommand": "cat .vscode/extensions.json | jq -r .recommendations[] | xargs -n 1 code --install-extension",
7+
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
8+
"features": {
9+
// For the Prism mock server.
10+
"ghcr.io/devcontainers/features/node:1": {}
11+
}
12+
}

.editorconfig

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,13 @@ insert_final_newline = true
2323

2424
dotnet_diagnostic.IDE0060.severity = none # Caused by resource with no methods and no subresources
2525
dotnet_diagnostic.IDE1006.severity = none # Some names may not match up with C# conventions
26-
dotnet_diagnostic.IDE0290.severity = none # Don't prefer primary constructors
26+
dotnet_diagnostic.IDE0290.severity = none # Don't prefer primary constructors
27+
dotnet_diagnostic.IDE0028.severity = none # "Collection initialization can be simplified" is a bit overzealous
28+
dotnet_diagnostic.IDE0090.severity = none # "Simplify 'new' expression" is a bit overzealous
29+
dotnet_diagnostic.IDE0059.severity = none # Sometimes we create "unnecessary" variables for clarity
30+
31+
# For .NET Standard 2.0 support
32+
dotnet_diagnostic.IDE0057.severity = none # Caused by use of `.Substring(...)`
33+
dotnet_diagnostic.CA1866.severity = none # Caused by use of `.StartsWith(...)` with single character string
34+
dotnet_diagnostic.CA1847.severity = none # Caused by use of `.Contains(...)` with single character string
35+
dotnet_diagnostic.CA2263.severity = none # Caused by use of non-generic `Enum.IsDefined(...)`

.github/workflows/ci.yml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,17 @@ jobs:
2727
with:
2828
dotnet-version: '8.0.x'
2929

30+
- name: Run bootstrap
31+
run: ./scripts/bootstrap
32+
3033
- name: Run lints
3134
run: ./scripts/lint
32-
test:
35+
build:
3336
timeout-minutes: 10
34-
name: test
37+
name: build
3538
runs-on: ${{ github.repository == 'stainless-sdks/orb-csharp' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
3639
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
40+
3741
steps:
3842
- uses: actions/checkout@v4
3943

@@ -42,5 +46,22 @@ jobs:
4246
with:
4347
dotnet-version: '8.0.x'
4448

49+
- name: Build SDK
50+
run: ./scripts/build
51+
52+
test:
53+
timeout-minutes: 10
54+
name: test
55+
runs-on: ${{ github.repository == 'stainless-sdks/orb-csharp' && 'depot-windows-2022' || 'windows-latest' }}
56+
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
57+
steps:
58+
- uses: actions/checkout@v4
59+
60+
- name: Set up .NET
61+
uses: actions/setup-dotnet@v5
62+
with:
63+
dotnet-version: '8.0.x'
64+
4565
- name: Run tests
4666
run: ./scripts/test
67+
shell: bash

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
.prism.log
12
bin/
23
obj/
4+
.vs/
5+
.idea/

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "0.1.0"
3+
}

.stats.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 116
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-612316c13276a207f56e2e2c7bbc68f4bb73de85e3661595a23f23d9ccc80276.yml
3-
openapi_spec_hash: 6e125f05e40521ec485edf6e15beec2e
4-
config_hash: 8c9a47f104c777e2a1e8f3fad15c093b
1+
configured_endpoints: 126
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-d45078644e5890989174cc450ad8a814913af66bdb43350b63c1b93b98af9efd.yml
3+
openapi_spec_hash: 9750de93e1e074a3e2e27f115422cb77
4+
config_hash: bcf82bddb691f6be773ac6cae8c03b9a

.vscode/extensions.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"recommendations": [
3+
"ms-dotnettools.csharp",
4+
"editorconfig.editorconfig",
5+
"github.vscode-github-actions",
6+
"ms-dotnettools.vscode-dotnet-runtime",
7+
"ms-dotnettools.csdevkit"
8+
],
9+
"unwantedRecommendations": []
10+
}

CHANGELOG.md

Lines changed: 226 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)