Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from 47 commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
c44ab16
update to generate new serialization signature
m-nash May 24, 2023
b1953ea
regen after update
m-nash May 24, 2023
e177c10
fix test cases after changes
m-nash May 25, 2023
b9d02cb
merge feature/v3
m-nash Jun 12, 2023
d0b17b5
update after merge
m-nash Jun 12, 2023
6d82c5d
regen after update
m-nash Jun 12, 2023
3395ed7
update download to point at temp branch to get an alpha build out
m-nash Jun 12, 2023
1be319c
regen after update
m-nash Jun 12, 2023
ad15f07
regen after changes
m-nash Jun 12, 2023
f318997
merge from feature/v3
m-nash Jul 18, 2023
0282085
update to use new alpha build
m-nash Jul 19, 2023
41f470f
regen after changes
m-nash Jul 19, 2023
1f59590
merge feature/v3
m-nash Jul 19, 2023
22743eb
update some tests
m-nash Jul 19, 2023
f692579
update xml serializer
m-nash Jul 20, 2023
1f31269
merge feature/v3
m-nash Jul 20, 2023
8025af7
regen after updates
m-nash Jul 21, 2023
542a996
merge feature/v3
m-nash Aug 8, 2023
a8953f6
update to consume latest serialization code
m-nash Aug 16, 2023
efd8ebd
regen after changes
m-nash Aug 16, 2023
bf4d90b
update tests
m-nash Aug 16, 2023
13b4d79
regen
m-nash Aug 17, 2023
6fba86b
merge feature/v3
m-nash Aug 17, 2023
e9a931c
regen after merge
m-nash Aug 17, 2023
5a74664
merge feature/v3
m-nash Aug 18, 2023
0c34568
regen after merge
m-nash Aug 18, 2023
f1f85a2
merge from feature/v3
m-nash Aug 18, 2023
a83fb04
regen after merge
m-nash Aug 21, 2023
3aebb68
Merge branch 'feature/v3' of https://github.com/Azure/autorest.csharp…
m-nash Aug 21, 2023
21c6116
update xml serializer to use namehint
m-nash Aug 28, 2023
46ea26a
update tests cases to assert new format
m-nash Aug 28, 2023
e66fe50
regen after changes
m-nash Aug 28, 2023
e66c2d7
merge feature/v3
m-nash Aug 28, 2023
129e49e
update to handle no derived discriminator set
m-nash Aug 28, 2023
1d20782
regen after update
m-nash Aug 28, 2023
41cfbd4
merge feature/v3
m-nash Aug 28, 2023
74a7225
update shared source in azure-sdk-for-net and consume the temporary b…
m-nash Aug 28, 2023
e2609cb
address feedback
m-nash Aug 29, 2023
22f4bb1
remove unused params
m-nash Aug 29, 2023
6628f15
rename variables for clarity
m-nash Aug 29, 2023
dc62871
emit empty ctor if one doesn't already exist for deserialization
m-nash Aug 29, 2023
cafb56e
regen with new deserialization ctor
m-nash Aug 29, 2023
b55b4b4
update to latest core
m-nash Aug 29, 2023
5f50372
regen after update
m-nash Aug 29, 2023
2120200
update expectations with new deserialization ctor
m-nash Aug 29, 2023
2cb70c4
handle nullability and fix ctor summar
m-nash Aug 29, 2023
d3375de
regen after changes
m-nash Aug 29, 2023
bf8708c
ad ExtendedLocationType to framework lsit
m-nash Aug 30, 2023
65de1a8
merge feature/v3
m-nash Aug 30, 2023
8d3e7c2
update after merge
m-nash Aug 31, 2023
d0d242f
update to use generator pageable helper
m-nash Aug 31, 2023
e6df8bf
regen after update
m-nash Aug 31, 2023
8ef7c49
remove unused methods
m-nash Aug 31, 2023
95e8d25
serialize using interface for inner types
m-nash Aug 31, 2023
f8a8d87
regen after changes
m-nash Aug 31, 2023
564de62
add public xml docs for cast operators
m-nash Aug 31, 2023
0b326d0
regen after update
m-nash Aug 31, 2023
35bfedb
add null checks
m-nash Aug 31, 2023
0dcdc06
regen after changes
m-nash Aug 31, 2023
dae2bc1
add description to raw data
m-nash Sep 5, 2023
a07de55
merge feature/v3
m-nash Sep 5, 2023
56afba4
regen after updates
m-nash Sep 6, 2023
f790f9e
fix merge issue on object type property
m-nash Sep 6, 2023
6210eaf
regen after fix
m-nash Sep 6, 2023
efc33bb
Merge branch 'feature/v3' of https://github.com/Azure/autorest.csharp…
m-nash Sep 6, 2023
b69a04a
use temp branch to get model serializer helper
m-nash Sep 6, 2023
5378e62
update to latest azure.core from new branch
m-nash Sep 6, 2023
b52f575
regen after update
m-nash Sep 6, 2023
1515f8c
update name of raw data to be unique
m-nash Sep 6, 2023
ec69fc2
regen after update
m-nash Sep 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<Compile Include="$(AzureCoreSharedSources)XElementExtensions.cs" LinkBase="Shared/Core" />
<Compile Include="$(AzureCoreSharedSources)XmlWriterContent.cs" LinkBase="Shared/Core" />
<Compile Include="$(AzureCoreSharedSources)XmlWriterExtensions.cs" LinkBase="Shared/Core" />
<Compile Include="$(AzureCoreSharedSources)ModelSerializerHelper.cs" LinkBase="Shared/Core" />
<Compile Include="$(MSBuildThisFileDirectory)/src/assets/Generator.Shared/**/*.cs" Link="Shared/AutoRest/%(RecursiveDir)/%(Filename)%(Extension)" />
</ItemGroup>
<ItemGroup Condition="'$(IncludeManagementSharedCode)' == 'true'">
Expand Down
4 changes: 2 additions & 2 deletions Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<!-- All csproj dependencies. -->
<ItemGroup>
<PackageReference Update="NUnit" Version="3.13.2" />
<PackageReference Update="Azure.Core" Version="1.34.0" />
<PackageReference Update="Azure.Core" Version="1.35.0-alpha.20230829.2" />
<PackageReference Update="Azure.Core.Experimental" Version="0.1.0-preview.18" />
<PackageReference Update="Azure.ResourceManager" Version="1.6.0" />
<PackageReference Update="Azure.ResourceManager" Version="1.8.0-alpha.20230829.3" />
<PackageReference Update="Azure.Core.Expressions.DataFactory" Version="1.0.0-beta.4" />
<PackageReference Update="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
<PackageReference Update="System.Diagnostics.DiagnosticSource" Version="6.0.1" />
Expand Down
6 changes: 3 additions & 3 deletions eng/DownloadSharedSource.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Write-Host "git sparse-checkout init"
git sparse-checkout init
Write-Host "git sparse-checkout set --no-cone $azCoreSharedPath $armCoreSharedPath"
git sparse-checkout set --no-cone $azCoreSharedPath $armCoreSharedPath
Write-Host "git checkout"
git checkout
Write-Host "git checkout mnash-updatePageableHelpers"
Comment thread
m-nash marked this conversation as resolved.
Outdated
git checkout mnash-updatePageableHelpers
Pop-Location

function CopyAll([string[]]$files, [string]$source, [string]$destination)
Expand All @@ -36,7 +36,7 @@ $files = @('AsyncLockWithValue.cs', 'ClientDiagnostics.cs', 'DiagnosticScope.cs'
'OperationInternalBase.cs', 'OperationInternal.cs', 'OperationInternalOfT.cs', 'TaskExtensions.cs', 'Argument.cs', 'Multipart/MultipartFormDataContent.cs',
'Multipart/MultipartContent.cs', 'AzureKeyCredentialPolicy.cs', 'AppContextSwitchHelper.cs',
'OperationPoller.cs', 'FixedDelayWithNoJitterStrategy.cs', 'SequentialDelayStrategy.cs',
'ForwardsClientCallsAttribute.cs', 'AsyncLockWithValue.cs', 'VoidValue.cs', 'AzureResourceProviderNamespaceAttribute.cs',
'ForwardsClientCallsAttribute.cs', 'VoidValue.cs', 'AzureResourceProviderNamespaceAttribute.cs', 'ModelSerializerHelper.cs',
'ChangeTrackingDictionary.cs',
'ChangeTrackingList.cs',
'ErrorResponse.cs',
Expand Down
60 changes: 30 additions & 30 deletions samples/AnomalyDetector/src/Generated/AnomalyDetectorClient.cs

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

Loading