Skip to content

Commit 87337c0

Browse files
[main] Update dependencies from dotnet/arcade (#6439)
* Update dependencies from https://github.com/dotnet/arcade build 20221031.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.SwaggerGenerator.MSBuild , Microsoft.DotNet.XUnitExtensions From Version 7.0.0-beta.22514.3 -> To Version 7.0.0-beta.22531.4 * Update dependencies from https://github.com/dotnet/arcade build 20221108.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.SwaggerGenerator.MSBuild , Microsoft.DotNet.XUnitExtensions From Version 7.0.0-beta.22514.3 -> To Version 7.0.0-beta.22558.4 * Tell the compiler that VBuffer is scoped to Create call This prevents errors CS9077 and CS8347 which are raised where the compiler cannot determine if the reference parameter destination is leaked. Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Eric StJohn <[email protected]>
1 parent 17c061a commit 87337c0

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

eng/Version.Details.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@
77
</Dependency>
88
</ProductDependencies>
99
<ToolsetDependencies>
10-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22514.3">
10+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22558.4">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>3083cc93619dbb153fdb7907b332efa18908f039</Sha>
12+
<Sha>3f3c360819c5c092d0e4505a67dfe59a33fba557</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22514.3">
14+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22558.4">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>3083cc93619dbb153fdb7907b332efa18908f039</Sha>
16+
<Sha>3f3c360819c5c092d0e4505a67dfe59a33fba557</Sha>
1717
</Dependency>
18-
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.22514.3">
18+
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.22558.4">
1919
<Uri>https://github.com/dotnet/arcade</Uri>
20-
<Sha>3083cc93619dbb153fdb7907b332efa18908f039</Sha>
20+
<Sha>3f3c360819c5c092d0e4505a67dfe59a33fba557</Sha>
2121
</Dependency>
22-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22514.3">
22+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22558.4">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>3083cc93619dbb153fdb7907b332efa18908f039</Sha>
24+
<Sha>3f3c360819c5c092d0e4505a67dfe59a33fba557</Sha>
2525
</Dependency>
26-
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.22514.3">
26+
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.22558.4">
2727
<Uri>https://github.com/dotnet/arcade</Uri>
28-
<Sha>3083cc93619dbb153fdb7907b332efa18908f039</Sha>
28+
<Sha>3f3c360819c5c092d0e4505a67dfe59a33fba557</Sha>
2929
</Dependency>
3030
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.20074.1">
3131
<Uri>https://github.com/dotnet/arcade-services</Uri>
@@ -39,9 +39,9 @@
3939
<Uri>https://github.com/dotnet/xharness</Uri>
4040
<Sha>89cb4b1d368e0f15b4df8e02a176dd1f1c33958b</Sha>
4141
</Dependency>
42-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.22514.3">
42+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.22558.4">
4343
<Uri>https://github.com/dotnet/arcade</Uri>
44-
<Sha>3083cc93619dbb153fdb7907b332efa18908f039</Sha>
44+
<Sha>3f3c360819c5c092d0e4505a67dfe59a33fba557</Sha>
4545
</Dependency>
4646
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.8.0-3.20460.2">
4747
<Uri>https://github.com/dotnet/roslyn</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<DotNetRuntime60Version>6.0.9</DotNetRuntime60Version>
6767
<FluentAssertionVersion>5.10.2</FluentAssertionVersion>
6868
<MicrosoftCodeAnalysisTestingVersion>1.1.2-beta1.22512.1</MicrosoftCodeAnalysisTestingVersion>
69-
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.22514.3</MicrosoftDotNetXUnitExtensionsVersion>
69+
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.22558.4</MicrosoftDotNetXUnitExtensionsVersion>
7070
<MicrosoftExtensionsDependencyModelVersion>2.1.0</MicrosoftExtensionsDependencyModelVersion>
7171
<MicrosoftExtensionsTestVersion>3.0.1</MicrosoftExtensionsTestVersion>
7272
<MicrosoftMLOnnxTestModelsVersion>0.0.6-test</MicrosoftMLOnnxTestModelsVersion>

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "7.0.100-rc.2.22477.23",
3+
"dotnet": "7.0.100",
44
"runtimes": {
55
"dotnet/x64": [
66
"$(DotNetRuntime60Version)"
@@ -11,8 +11,8 @@
1111
}
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22514.3",
15-
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22514.3",
14+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22558.4",
15+
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22558.4",
1616
"Microsoft.Build.Traversal": "3.2.0",
1717
"Microsoft.SourceLink.GitHub": "1.1.0-beta-20206-02",
1818
"Microsoft.SourceLink.Common": "1.1.0-beta-20206-02"

src/Microsoft.ML.DataView/VBufferEditor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static class VBufferEditor
2020
/// of this passed in object, and so whatever <see cref="VBuffer{T}"/> was passed in as this parameter should not be used again, since its
2121
/// underlying buffers are being potentially reused.</param>
2222
public static VBufferEditor<T> CreateFromBuffer<T>(
23-
ref VBuffer<T> destination)
23+
scoped ref VBuffer<T> destination)
2424
{
2525
return destination.GetEditor();
2626
}
@@ -53,7 +53,7 @@ public static VBufferEditor<T> CreateFromBuffer<T>(
5353
/// True means to ensure the Indices buffer is available, even if the buffer will be dense.
5454
/// </param>
5555
public static VBufferEditor<T> Create<T>(
56-
ref VBuffer<T> destination,
56+
scoped ref VBuffer<T> destination,
5757
int newLogicalLength,
5858
int? valuesCount = null,
5959
int? maxValuesCapacity = null,

0 commit comments

Comments
 (0)