Skip to content

Commit

Permalink
Merge pull request #186 from max-ieremenko/release/1.8.0
Browse files Browse the repository at this point in the history
release 1.8.0
  • Loading branch information
max-ieremenko authored Jan 7, 2024
2 parents dd3f9dc + 7a81c43 commit 2c3ecb0
Show file tree
Hide file tree
Showing 421 changed files with 4,035 additions and 4,823 deletions.
2 changes: 1 addition & 1 deletion Benchmarks/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="..\Sources\Directory.Packages.props" />

<ItemGroup>
<PackageVersion Include="BenchmarkDotNet" Version="0.13.10" />
<PackageVersion Include="BenchmarkDotNet" Version="0.13.12" />
<PackageVersion Include="MagicOnion" Version="5.1.8" />
<PackageVersion Include="MagicOnion.Server" Version="5.1.8" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="8.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion Build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Because of the dependency on net462, the build runs on Windows.
- install dependencies

[net8.0 sdk](https://dotnet.microsoft.com/download/dotnet/8.0),
[InvokeBuild](https://www.powershellgallery.com/packages/InvokeBuild/5.10.4),
[InvokeBuild](https://www.powershellgallery.com/packages/InvokeBuild/5.10.5),
[ThirdPartyLibraries](https://www.powershellgallery.com/packages/ThirdPartyLibraries/3.4.0),
[ZipAsFolder](https://www.powershellgallery.com/packages/ZipAsFolder/0.0.1)

Expand Down
2 changes: 1 addition & 1 deletion Build/invoke-benchmarks.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Requires -Version "7.0"
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.10.4" }
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.10.5" }

[CmdletBinding()]
param (
Expand Down
2 changes: 1 addition & 1 deletion Build/invoke-ci-build.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Requires -Version "7.0"
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.10.4" }
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.10.5" }
#Requires -Modules @{ ModuleName="ThirdPartyLibraries"; ModuleVersion="3.5.0" }
#Requires -Modules @{ ModuleName="ZipAsFolder"; ModuleVersion="0.0.1" }

Expand Down
2 changes: 1 addition & 1 deletion Build/invoke-sdk-test.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Requires -Version "7.0"
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.10.4" }
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.10.5" }

[CmdletBinding()]
param (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>CompareNETObjects</id>
<version>4.82.0</version>
<version>4.83.0</version>
<title>Compare .NET Objects</title>
<authors>gfinzer</authors>
<owners></owners>
Expand All @@ -12,7 +12,7 @@
<icon>NuGetIcon.png</icon>
<projectUrl>https://github.com/GregFinzer/Compare-Net-Objects</projectUrl>
<description>What you have been waiting for. Perform a deep compare of any two .NET objects using reflection. Shows the differences between the two objects.</description>
<releaseNotes>Make GetTypeInfo internal.</releaseNotes>
<releaseNotes>Compatibility with .NET Core 8.0</releaseNotes>
<copyright>Copyright © 2023</copyright>
<tags>compare comparison equality equal deep objects difference compareobjects deepequal deepequals</tags>
<dependencies>
Expand All @@ -29,7 +29,11 @@
<dependency id="System.Configuration.Configurationmanager" version="6.0.0" exclude="Build,Analyzers" />
</group>
<group targetFramework="net7.0">
<dependency id="System.Configuration.Configurationmanager" version="6.0.0" exclude="Build,Analyzers" />
<dependency id="System.Configuration.Configurationmanager" version="7.0.0" exclude="Build,Analyzers" />
</group>
<group targetFramework="net8.0">
<dependency id="System.Configuration.Configurationmanager" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="System.Drawing.Common" version="8.0.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard1.3">
<dependency id="NETStandard.Library" version="1.6.0" exclude="Build,Analyzers" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CompareNETObjects [4.82.0](https://www.nuget.org/packages/CompareNETObjects/4.82.0)
CompareNETObjects [4.83.0](https://www.nuget.org/packages/CompareNETObjects/4.83.0)
--------------------

Used by: Core internal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Dependencies": [
{
"Name": "Grpc.Net.Common",
"Version": "2.59.0"
"Version": "2.60.0"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Grpc.AspNetCore.Server</id>
<version>2.59.0</version>
<version>2.60.0</version>
<authors>The gRPC Authors</authors>
<license type="expression">Apache-2.0</license>
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
Expand All @@ -12,16 +12,16 @@
<description>gRPC support for ASP.NET Core</description>
<copyright>Copyright 2019 The gRPC Authors</copyright>
<tags>gRPC RPC HTTP/2 aspnetcore</tags>
<repository type="git" url="https://github.com/grpc/grpc-dotnet.git" commit="9124a4cb8c210a27bab47cce3da694d0d0b049ea" />
<repository type="git" url="https://github.com/grpc/grpc-dotnet.git" commit="6eccb614c532d52c1569ce9f14754fdc826609ef" />
<dependencies>
<group targetFramework="net6.0">
<dependency id="Grpc.Net.Common" version="2.59.0" exclude="Build,Analyzers" />
<dependency id="Grpc.Net.Common" version="2.60.0" exclude="Build,Analyzers" />
</group>
<group targetFramework="net7.0">
<dependency id="Grpc.Net.Common" version="2.59.0" exclude="Build,Analyzers" />
<dependency id="Grpc.Net.Common" version="2.60.0" exclude="Build,Analyzers" />
</group>
<group targetFramework="net8.0">
<dependency id="Grpc.Net.Common" version="2.59.0" exclude="Build,Analyzers" />
<dependency id="Grpc.Net.Common" version="2.60.0" exclude="Build,Analyzers" />
</group>
</dependencies>
<frameworkReferences>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Grpc.AspNetCore.Server [2.59.0](https://www.nuget.org/packages/Grpc.AspNetCore.Server/2.59.0)
Grpc.AspNetCore.Server [2.60.0](https://www.nuget.org/packages/Grpc.AspNetCore.Server/2.60.0)
--------------------

Used by: AspNetCore
Expand All @@ -25,6 +25,6 @@ Dependencies 1

|Name|Version|
|----------|:----|
|[Grpc.Net.Common](../../../../packages/nuget.org/grpc.net.common/2.59.0)|2.59.0|
|[Grpc.Net.Common](../../../../packages/nuget.org/grpc.net.common/2.60.0)|2.60.0|

*This page was generated by a tool.*
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Grpc.Core.Api</id>
<version>2.59.0</version>
<version>2.60.0</version>
<authors>The gRPC Authors</authors>
<license type="expression">Apache-2.0</license>
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
Expand All @@ -12,7 +12,7 @@
<description>gRPC C# Surface API</description>
<copyright>Copyright 2019 The gRPC Authors</copyright>
<tags>gRPC RPC HTTP/2</tags>
<repository type="git" url="https://github.com/grpc/grpc-dotnet.git" commit="9124a4cb8c210a27bab47cce3da694d0d0b049ea" />
<repository type="git" url="https://github.com/grpc/grpc-dotnet.git" commit="6eccb614c532d52c1569ce9f14754fdc826609ef" />
<dependencies>
<group targetFramework=".NETFramework4.6.2">
<dependency id="System.Memory" version="4.5.3" exclude="Build,Analyzers" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Grpc.Core.Api [2.59.0](https://www.nuget.org/packages/Grpc.Core.Api/2.59.0)
Grpc.Core.Api [2.60.0](https://www.nuget.org/packages/Grpc.Core.Api/2.60.0)
--------------------

Used by: AspNetCore, ClientDI, Core, DesignTime, SelfHost
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"Dependencies": [
{
"Name": "Grpc.Core.Api",
"Version": "2.59.0"
"Version": "2.60.0"
}
]
},
Expand All @@ -32,7 +32,7 @@
"Dependencies": [
{
"Name": "Grpc.Core.Api",
"Version": "2.59.0"
"Version": "2.60.0"
},
{
"Name": "System.Memory",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Dependencies 2

|Name|Version|
|----------|:----|
|[Grpc.Core.Api](../../../../packages/nuget.org/grpc.core.api/2.59.0)|2.59.0|
|[Grpc.Core.Api](../../../../packages/nuget.org/grpc.core.api/2.60.0)|2.60.0|
|[System.Memory](../../../../packages/nuget.org/system.memory/4.5.3)|4.5.3|

*This page was generated by a tool.*
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Dependencies": [
{
"Name": "Grpc.Net.Common",
"Version": "2.59.0"
"Version": "2.60.0"
},
{
"Name": "Microsoft.Extensions.Logging.Abstractions",
Expand All @@ -38,7 +38,7 @@
"Dependencies": [
{
"Name": "Grpc.Net.Common",
"Version": "2.59.0"
"Version": "2.60.0"
},
{
"Name": "Microsoft.Extensions.Logging.Abstractions",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Grpc.Net.Client</id>
<version>2.59.0</version>
<version>2.60.0</version>
<authors>The gRPC Authors</authors>
<license type="expression">Apache-2.0</license>
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
Expand All @@ -12,33 +12,33 @@
<description>.NET client for gRPC</description>
<copyright>Copyright 2019 The gRPC Authors</copyright>
<tags>gRPC RPC HTTP/2</tags>
<repository type="git" url="https://github.com/grpc/grpc-dotnet.git" commit="9124a4cb8c210a27bab47cce3da694d0d0b049ea" />
<repository type="git" url="https://github.com/grpc/grpc-dotnet.git" commit="6eccb614c532d52c1569ce9f14754fdc826609ef" />
<dependencies>
<group targetFramework=".NETFramework4.6.2">
<dependency id="Grpc.Net.Common" version="2.59.0" exclude="Build,Analyzers" />
<dependency id="Grpc.Net.Common" version="2.60.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
<dependency id="System.Diagnostics.DiagnosticSource" version="6.0.1" exclude="Build,Analyzers" />
<dependency id="System.Net.Http.WinHttpHandler" version="7.0.0" exclude="Build,Analyzers" />
</group>
<group targetFramework="net6.0">
<dependency id="Grpc.Net.Common" version="2.59.0" exclude="Build,Analyzers" />
<dependency id="Grpc.Net.Common" version="2.60.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
</group>
<group targetFramework="net7.0">
<dependency id="Grpc.Net.Common" version="2.59.0" exclude="Build,Analyzers" />
<dependency id="Grpc.Net.Common" version="2.60.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
</group>
<group targetFramework="net8.0">
<dependency id="Grpc.Net.Common" version="2.59.0" exclude="Build,Analyzers" />
<dependency id="Grpc.Net.Common" version="2.60.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Grpc.Net.Common" version="2.59.0" exclude="Build,Analyzers" />
<dependency id="Grpc.Net.Common" version="2.60.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
<dependency id="System.Diagnostics.DiagnosticSource" version="6.0.1" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.1">
<dependency id="Grpc.Net.Common" version="2.59.0" exclude="Build,Analyzers" />
<dependency id="Grpc.Net.Common" version="2.60.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
<dependency id="System.Diagnostics.DiagnosticSource" version="6.0.1" exclude="Build,Analyzers" />
</group>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Grpc.Net.Client [2.59.0](https://www.nuget.org/packages/Grpc.Net.Client/2.59.0)
Grpc.Net.Client [2.60.0](https://www.nuget.org/packages/Grpc.Net.Client/2.60.0)
--------------------

Used by: ClientDI, Core internal
Expand All @@ -25,7 +25,7 @@ Dependencies 2

|Name|Version|
|----------|:----|
|[Grpc.Net.Common](../../../../packages/nuget.org/grpc.net.common/2.59.0)|2.59.0|
|[Grpc.Net.Common](../../../../packages/nuget.org/grpc.net.common/2.60.0)|2.60.0|
|[Microsoft.Extensions.Logging.Abstractions](../../../../packages/nuget.org/microsoft.extensions.logging.abstractions/6.0.0)|6.0.0|

*This page was generated by a tool.*
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Dependencies": [
{
"Name": "Grpc.Net.Client",
"Version": "2.59.0"
"Version": "2.60.0"
},
{
"Name": "Microsoft.Extensions.Http",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Grpc.Net.ClientFactory</id>
<version>2.59.0</version>
<version>2.60.0</version>
<authors>The gRPC Authors</authors>
<license type="expression">Apache-2.0</license>
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
Expand All @@ -12,26 +12,26 @@
<description>HttpClientFactory integration the for gRPC .NET client</description>
<copyright>Copyright 2019 The gRPC Authors</copyright>
<tags>gRPC RPC HTTP/2</tags>
<repository type="git" url="https://github.com/grpc/grpc-dotnet.git" commit="9124a4cb8c210a27bab47cce3da694d0d0b049ea" />
<repository type="git" url="https://github.com/grpc/grpc-dotnet.git" commit="6eccb614c532d52c1569ce9f14754fdc826609ef" />
<dependencies>
<group targetFramework="net6.0">
<dependency id="Grpc.Net.Client" version="2.59.0" include="All" />
<dependency id="Grpc.Net.Client" version="2.60.0" include="All" />
<dependency id="Microsoft.Extensions.Http" version="6.0.0" exclude="Build,Analyzers" />
</group>
<group targetFramework="net7.0">
<dependency id="Grpc.Net.Client" version="2.59.0" include="All" />
<dependency id="Grpc.Net.Client" version="2.60.0" include="All" />
<dependency id="Microsoft.Extensions.Http" version="6.0.0" exclude="Build,Analyzers" />
</group>
<group targetFramework="net8.0">
<dependency id="Grpc.Net.Client" version="2.59.0" include="All" />
<dependency id="Grpc.Net.Client" version="2.60.0" include="All" />
<dependency id="Microsoft.Extensions.Http" version="6.0.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Grpc.Net.Client" version="2.59.0" include="All" />
<dependency id="Grpc.Net.Client" version="2.60.0" include="All" />
<dependency id="Microsoft.Extensions.Http" version="6.0.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.1">
<dependency id="Grpc.Net.Client" version="2.59.0" include="All" />
<dependency id="Grpc.Net.Client" version="2.60.0" include="All" />
<dependency id="Microsoft.Extensions.Http" version="6.0.0" exclude="Build,Analyzers" />
</group>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Grpc.Net.ClientFactory [2.59.0](https://www.nuget.org/packages/Grpc.Net.ClientFactory/2.59.0)
Grpc.Net.ClientFactory [2.60.0](https://www.nuget.org/packages/Grpc.Net.ClientFactory/2.60.0)
--------------------

Used by: ClientDI
Expand All @@ -25,7 +25,7 @@ Dependencies 2

|Name|Version|
|----------|:----|
|[Grpc.Net.Client](../../../../packages/nuget.org/grpc.net.client/2.59.0)|2.59.0|
|[Grpc.Net.Client](../../../../packages/nuget.org/grpc.net.client/2.60.0)|2.60.0|
|[Microsoft.Extensions.Http](../../../../packages/nuget.org/microsoft.extensions.http/6.0.0)|6.0.0|

*This page was generated by a tool.*
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Dependencies": [
{
"Name": "Grpc.Core.Api",
"Version": "2.59.0"
"Version": "2.60.0"
}
]
},
Expand All @@ -33,7 +33,7 @@
"Dependencies": [
{
"Name": "Grpc.Core.Api",
"Version": "2.59.0"
"Version": "2.60.0"
}
]
},
Expand All @@ -49,7 +49,7 @@
"Dependencies": [
{
"Name": "Grpc.Core.Api",
"Version": "2.59.0"
"Version": "2.60.0"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Grpc.Net.Common</id>
<version>2.59.0</version>
<version>2.60.0</version>
<authors>The gRPC Authors</authors>
<license type="expression">Apache-2.0</license>
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
Expand All @@ -11,22 +11,22 @@
<description>Infrastructure for common functionality in gRPC</description>
<copyright>Copyright 2019 The gRPC Authors</copyright>
<tags>gRPC RPC HTTP/2</tags>
<repository type="git" url="https://github.com/grpc/grpc-dotnet.git" commit="9124a4cb8c210a27bab47cce3da694d0d0b049ea" />
<repository type="git" url="https://github.com/grpc/grpc-dotnet.git" commit="6eccb614c532d52c1569ce9f14754fdc826609ef" />
<dependencies>
<group targetFramework="net6.0">
<dependency id="Grpc.Core.Api" version="2.59.0" exclude="Build,Analyzers" />
<dependency id="Grpc.Core.Api" version="2.60.0" exclude="Build,Analyzers" />
</group>
<group targetFramework="net7.0">
<dependency id="Grpc.Core.Api" version="2.59.0" exclude="Build,Analyzers" />
<dependency id="Grpc.Core.Api" version="2.60.0" exclude="Build,Analyzers" />
</group>
<group targetFramework="net8.0">
<dependency id="Grpc.Core.Api" version="2.59.0" exclude="Build,Analyzers" />
<dependency id="Grpc.Core.Api" version="2.60.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Grpc.Core.Api" version="2.59.0" exclude="Build,Analyzers" />
<dependency id="Grpc.Core.Api" version="2.60.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.1">
<dependency id="Grpc.Core.Api" version="2.59.0" exclude="Build,Analyzers" />
<dependency id="Grpc.Core.Api" version="2.60.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
Expand Down
Loading

0 comments on commit 2c3ecb0

Please sign in to comment.