Skip to content

Commit

Permalink
Bump core from 7517c91 to 4c63c99 (Azure#733)
Browse files Browse the repository at this point in the history
Bumps [core](https://github.com/microsoft/typespec) from `7517c91` to
`4c63c99`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/typespec/commit/4c63c992922f5acbbc0a4a90f4e054c5967d60ac"><code>4c63c99</code></a>
[Microsoft Generator CSharp] Generate properties for Model types (<a
href="https://redirect.github.com/microsoft/typespec/issues/3221">#3221</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/e2adc0709b06ccdfa39ae4205b287723a293fc1a"><code>e2adc07</code></a>
Fix generate script (<a
href="https://redirect.github.com/microsoft/typespec/issues/3220">#3220</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/07b340a6dc29fbab971693f8de59538386c2a47e"><code>07b340a</code></a>
Fix: <code>@path</code> property should be included in unreachable
models (<a
href="https://redirect.github.com/microsoft/typespec/issues/3218">#3218</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/fe51f0529794a833707518d759df6df37747d290"><code>fe51f05</code></a>
Recover from bad op is reference in template (<a
href="https://redirect.github.com/microsoft/typespec/issues/3216">#3216</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/65409bef3b6e475e7a5b0a1a4d601b8fec394233"><code>65409be</code></a>
Fix csharp emitter tsconfig (<a
href="https://redirect.github.com/microsoft/typespec/issues/3219">#3219</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/e09af82db68a8920e7917d0ed371375167e8560a"><code>e09af82</code></a>
Fix: augmenting template property didn't resolve declaration (<a
href="https://redirect.github.com/microsoft/typespec/issues/3212">#3212</a>)</li>
<li><a
href="https://github.com/microsoft/typespec/commit/36c339b4321ebc61414126b0aa29d27c8fc96af2"><code>36c339b</code></a>
Fix tsp init hanging when done due to unclosed connection (<a
href="https://redirect.github.com/microsoft/typespec/issues/3185">#3185</a>)</li>
<li>See full diff in <a
href="https://github.com/microsoft/typespec/compare/7517c9175e07a472634027fdbba25e0cd8c94c66...4c63c992922f5acbbc0a4a90f4e054c5967d60ac">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Timothee Guerin <tiguerin@microsoft.com>
  • Loading branch information
dependabot[bot] and timotheeguerin authored Apr 24, 2024
1 parent 281250d commit 40318bc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core
Submodule core updated 54 files
+8 −0 .chronus/changes/fix-augment-decorator-template-decl-2024-3-23-15-44-27.md
+8 −0 .chronus/changes/fix-init-never-ending-2024-3-17-20-24-14.md
+8 −0 .chronus/changes/fix-unrechable-models-path-2024-3-23-19-55-13.md
+8 −0 .chronus/changes/fix-unrechable-models-path-2024-3-23-19-55-14.md
+8 −0 .chronus/changes/recover-bad-op-is-2024-3-23-17-46-20.md
+2 −0 packages/compiler/package.json
+51 −40 packages/compiler/src/core/checker.ts
+6 −6 packages/compiler/src/core/fetch.ts
+15 −0 packages/compiler/test/checker/decorators.test.ts
+31 −8 packages/compiler/test/checker/operations.test.ts
+1 −1 packages/http-client-csharp/emitter/tsconfig.build.json
+2 −1 packages/http-client-csharp/emitter/tsconfig.json
+0 −3 packages/http-client-csharp/eng/scripts/Build-Packages.ps1
+6 −5 packages/http-client-csharp/eng/scripts/Generate.ps1
+4 −0 ...rosoft.Generator.CSharp.ClientModel.TestProjects/Microsoft.Generator.CSharp.ClientModel.TestProjects.csproj
+2 −3 ...rator/Microsoft.Generator.CSharp.ClientModel.TestProjects/Unbranded-TypeSpec/src/Generated/Models/Friend.cs
+7 −3 ...rosoft.Generator.CSharp.ClientModel.TestProjects/Unbranded-TypeSpec/src/Generated/Models/ModelWithFormat.cs
+8 −3 ...arp.ClientModel.TestProjects/Unbranded-TypeSpec/src/Generated/Models/ModelWithRequiredNullableProperties.cs
+2 −3 ...crosoft.Generator.CSharp.ClientModel.TestProjects/Unbranded-TypeSpec/src/Generated/Models/ProjectedModel.cs
+0 −4 ...or.CSharp.ClientModel.TestProjects/Unbranded-TypeSpec/src/Generated/Models/ReturnsAnonymousModelResponse.cs
+65 −3 ...crosoft.Generator.CSharp.ClientModel.TestProjects/Unbranded-TypeSpec/src/Generated/Models/RoundTripModel.cs
+41 −3 ...erator/Microsoft.Generator.CSharp.ClientModel.TestProjects/Unbranded-TypeSpec/src/Generated/Models/Thing.cs
+3 −2 packages/http-client-csharp/generator/Microsoft.Generator.CSharp.ClientModel/src/ClientModelPlugin.cs
+9 −3 packages/http-client-csharp/generator/Microsoft.Generator.CSharp.ClientModel/src/GeneratorCSharpTypeFactory.cs
+11 −2 ...t-csharp/generator/Microsoft.Generator.CSharp.ClientModel/src/Microsoft.Generator.CSharp.ClientModel.csproj
+17 −5 packages/http-client-csharp/generator/Microsoft.Generator.CSharp.ClientModel/src/Output/ScmOutputLibrary.cs
+1 −13 packages/http-client-csharp/generator/Microsoft.Generator.CSharp.ClientModel/src/Program.cs
+0 −8 ...ages/http-client-csharp/generator/Microsoft.Generator.CSharp.ClientModel/src/Properties/launchSettings.json
+2 −2 ...ient-csharp/generator/Microsoft.Generator.CSharp.ClientModel/src/Writers/ScmExpressionTypeProviderWriter.cs
+10 −3 packages/http-client-csharp/generator/Microsoft.Generator.CSharp.Input/src/InputLibrary.cs
+0 −1 packages/http-client-csharp/generator/Microsoft.Generator.CSharp.Input/src/InputTypes/InputModelProperty.cs
+0 −42 packages/http-client-csharp/generator/Microsoft.Generator.CSharp.Input/src/InputTypes/InputModelType.cs
+0 −55 packages/http-client-csharp/generator/Microsoft.Generator.CSharp.Input/src/InputTypes/InputUnionType.cs
+1 −2 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/CSharpGen.cs
+1 −1 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/CSharpType.cs
+4 −2 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/CodeModelPlugin.cs
+40 −0 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Models/Constant.cs
+56 −0 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Models/Types/ModelTypeProvider.cs
+3 −7 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Models/Types/OutputLibrary.cs
+3 −2 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Properties/launchSettings.json
+1 −10 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/StartUp/CommandLineOptions.cs
+2 −2 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/StartUp/GeneratorRunner.cs
+4 −49 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/StartUp/PluginHandler.cs
+25 −17 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Writers/CodeWriter.cs
+0 −2 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Writers/ExpressionTypeProviderWriter.cs
+0 −8 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/test/CSharpTypeTests.cs
+2 −2 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/test/CommandLineOptionsTests.cs
+6 −0 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/test/Microsoft.Generator.CSharp.Tests.csproj
+1 −1 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/test/mocks/MockCodeModelPlugin.cs
+2,923 −0 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/test/mocks/tspCodeModel.json
+7 −6 packages/http-client-csharp/package.json
+2 −1 packages/http/src/metadata.ts
+45 −0 packages/openapi3/test/metadata.test.ts
+12 −0 pnpm-lock.yaml
12 changes: 12 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40318bc

Please sign in to comment.