Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Benchmarks/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<PackageVersion Include="ServiceModel.Grpc.ProtoBufMarshaller" Version="$(ServiceModelGrpcVersion)" />

<PackageVersion Include="BenchmarkDotNet" Version="0.15.8" />
<PackageVersion Include="MagicOnion" Version="7.10.0" />
<PackageVersion Include="MagicOnion.Server" Version="7.10.0" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="10.0.8" />
<PackageVersion Include="MagicOnion" Version="7.10.1" />
<PackageVersion Include="MagicOnion.Server" Version="7.10.1" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="10.0.9" />
<PackageVersion Include="protobuf-net.Grpc" Version="1.2.2" />
<PackageVersion Include="protobuf-net.Grpc.AspNetCore" Version="1.2.2" />
<PackageVersion Include="System.ServiceModel.Primitives" Version="10.0.652802" />
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "10.0.100",
"version": "10.0.301",
"allowPrerelease": false,
"rollForward": "latestFeature"
}
Expand Down
4 changes: 2 additions & 2 deletions Build/install-dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ $ErrorActionPreference = 'Stop'
if (-not $List -or ('.net' -in $List)) {
$script = Join-Path $PSScriptRoot 'scripts/Install-DotNet.ps1'

& $script '8.0.414'
& $script '9.0.305'
& $script '8.0.422'
& $script '9.0.315'

$version = (Get-Content -Raw (Join-Path $PSScriptRoot '../Sources/global.json') | ConvertFrom-Json).sdk.version
& $script $version
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>Google.Protobuf</id>
<version>3.34.1</version>
<version>3.35.1</version>
<authors>Google Inc.</authors>
<license type="expression">BSD-3-Clause</license>
<licenseUrl>https://licenses.nuget.org/BSD-3-Clause</licenseUrl>
Expand All @@ -11,7 +11,7 @@
<releaseNotes>C# proto3 support</releaseNotes>
<copyright>Copyright 2015, Google Inc.</copyright>
<tags>Protocol Buffers Binary Serialization Format Google proto proto3</tags>
<repository type="git" url="https://github.com/protocolbuffers/protobuf.git" commit="4b0c3aacf0657fbf38253b38918d3358dd4319ec" />
<repository type="git" url="https://github.com/protocolbuffers/protobuf.git" commit="35cd01f9fe9afbeea38cc7b979a3b6bfcde82c03" />
<dependencies>
<group targetFramework=".NETFramework4.5">
<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 @@
Google.Protobuf [3.34.1](https://www.nuget.org/packages/Google.Protobuf/3.34.1)
Google.Protobuf [3.35.1](https://www.nuget.org/packages/Google.Protobuf/3.35.1)
--------------------

Used by: AspNetCore internal, AspNetCoreNSwag internal, AspNetCoreSwashbuckle internal
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/2012/06/nuspec.xsd">
<metadata>
<id>Grpc.Tools</id>
<version>2.80.0</version>
<version>2.81.1</version>
<authors>The gRPC Authors</authors>
<developmentDependency>true</developmentDependency>
<license type="expression">Apache-2.0</license>
Expand All @@ -13,7 +13,7 @@
<description>gRPC and Protocol Buffer compiler for C# projects</description>
<copyright>Copyright 2018 The gRPC Authors</copyright>
<tags>gRPC RPC HTTP/2</tags>
<repository type="git" url="https://github.com/grpc/grpc.git" commit="f5e2d6e856176c2f6b7691032adfefe21e5f64c1" />
<repository type="git" url="https://github.com/grpc/grpc.git" commit="e84a8a2f04095f2772ba42a4abccde4f9243e75b" />
<dependencies>
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETStandard1.3" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Grpc.Tools [2.80.0](https://www.nuget.org/packages/Grpc.Tools/2.80.0)
Grpc.Tools [2.81.1](https://www.nuget.org/packages/Grpc.Tools/2.81.1)
--------------------

Used by: AspNetCore internal, AspNetCoreNSwag internal, AspNetCoreSwashbuckle internal
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/2012/06/nuspec.xsd">
<metadata>
<id>MessagePack.Annotations</id>
<version>3.1.4</version>
<version>3.1.7</version>
<title>MessagePack annotations for C#</title>
<authors>neuecc,aarnott</authors>
<license type="expression">MIT</license>
Expand All @@ -11,7 +11,7 @@
<description>Attributes and interfaces for .NET types serializable with MessagePack.</description>
<copyright>© Yoshifumi Kawai and contributors. All rights reserved.</copyright>
<tags>MsgPack MessagePack Serialization Formatter Serializer Unity Xamarin</tags>
<repository type="git" url="https://github.com/MessagePack-CSharp/MessagePack-CSharp" commit="44aa149acce1de32881e007f53fad0f3db7dfdab" />
<repository type="git" url="https://github.com/MessagePack-CSharp/MessagePack-CSharp" commit="1b53ae8b7681340199faf337bcbb0eb5aed702de" />
<dependencies>
<group targetFramework=".NETStandard2.0" />
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,21 @@ Redistributions of source code must retain the above copyright notice, this list
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

---

BufferWriter.cs

Copyright 2019 .NET Foundation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MessagePack.Annotations [3.1.4](https://www.nuget.org/packages/MessagePack.Annotations/3.1.4)
MessagePack.Annotations [3.1.7](https://www.nuget.org/packages/MessagePack.Annotations/3.1.7)
--------------------

Used by: MessagePack
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,21 @@ Redistributions of source code must retain the above copyright notice, this list
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

---

BufferWriter.cs

Copyright 2019 .NET Foundation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Dependencies": [
{
"Name": "MessagePack.Annotations",
"Version": "3.1.4"
"Version": "3.1.7"
},
{
"Name": "Microsoft.NET.StringTools",
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>MessagePack</id>
<version>3.1.4</version>
<version>3.1.7</version>
<title>MessagePack for C#</title>
<authors>neuecc,aarnott</authors>
<license type="expression">MIT</license>
Expand All @@ -11,11 +11,11 @@
<description>Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).</description>
<copyright>© Yoshifumi Kawai and contributors. All rights reserved.</copyright>
<tags>MsgPack MessagePack Serialization Formatter Serializer Unity Xamarin</tags>
<repository type="git" url="https://github.com/MessagePack-CSharp/MessagePack-CSharp" commit="44aa149acce1de32881e007f53fad0f3db7dfdab" />
<repository type="git" url="https://github.com/MessagePack-CSharp/MessagePack-CSharp" commit="1b53ae8b7681340199faf337bcbb0eb5aed702de" />
<dependencies>
<group targetFramework=".NETFramework4.7.2">
<dependency id="MessagePackAnalyzer" version="3.1.4" include="All" />
<dependency id="MessagePack.Annotations" version="3.1.4" exclude="Build,Analyzers" />
<dependency id="MessagePackAnalyzer" version="3.1.7" include="All" />
<dependency id="MessagePack.Annotations" version="3.1.7" exclude="Build,Analyzers" />
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.NET.StringTools" version="17.11.4" include="Runtime,Build,Native,ContentFiles,Analyzers,BuildTransitive" />
<dependency id="System.Collections.Immutable" version="8.0.0" exclude="Build,Analyzers" />
Expand All @@ -24,18 +24,18 @@
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
</group>
<group targetFramework="net8.0">
<dependency id="MessagePackAnalyzer" version="3.1.4" include="All" />
<dependency id="MessagePack.Annotations" version="3.1.4" exclude="Build,Analyzers" />
<dependency id="MessagePackAnalyzer" version="3.1.7" include="All" />
<dependency id="MessagePack.Annotations" version="3.1.7" exclude="Build,Analyzers" />
<dependency id="Microsoft.NET.StringTools" version="17.11.4" include="Runtime,Build,Native,ContentFiles,Analyzers,BuildTransitive" />
</group>
<group targetFramework="net9.0">
<dependency id="MessagePackAnalyzer" version="3.1.4" include="All" />
<dependency id="MessagePack.Annotations" version="3.1.4" exclude="Build,Analyzers" />
<dependency id="MessagePackAnalyzer" version="3.1.7" include="All" />
<dependency id="MessagePack.Annotations" version="3.1.7" exclude="Build,Analyzers" />
<dependency id="Microsoft.NET.StringTools" version="17.11.4" include="Runtime,Build,Native,ContentFiles,Analyzers,BuildTransitive" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="MessagePackAnalyzer" version="3.1.4" include="All" />
<dependency id="MessagePack.Annotations" version="3.1.4" exclude="Build,Analyzers" />
<dependency id="MessagePackAnalyzer" version="3.1.7" include="All" />
<dependency id="MessagePack.Annotations" version="3.1.7" exclude="Build,Analyzers" />
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.NET.StringTools" version="17.11.4" include="Runtime,Build,Native,ContentFiles,Analyzers,BuildTransitive" />
<dependency id="System.Collections.Immutable" version="8.0.0" exclude="Build,Analyzers" />
Expand All @@ -46,8 +46,8 @@
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" />
</group>
<group targetFramework=".NETStandard2.1">
<dependency id="MessagePackAnalyzer" version="3.1.4" include="All" />
<dependency id="MessagePack.Annotations" version="3.1.4" exclude="Build,Analyzers" />
<dependency id="MessagePackAnalyzer" version="3.1.7" include="All" />
<dependency id="MessagePack.Annotations" version="3.1.7" exclude="Build,Analyzers" />
<dependency id="Microsoft.NET.StringTools" version="17.11.4" include="Runtime,Build,Native,ContentFiles,Analyzers,BuildTransitive" />
<dependency id="System.Collections.Immutable" version="8.0.0" exclude="Build,Analyzers" />
</group>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,21 @@ Redistributions of source code must retain the above copyright notice, this list
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

---

BufferWriter.cs

Copyright 2019 .NET Foundation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MessagePack [3.1.4](https://www.nuget.org/packages/MessagePack/3.1.4)
MessagePack [3.1.7](https://www.nuget.org/packages/MessagePack/3.1.7)
--------------------

Used by: MessagePack
Expand All @@ -20,7 +20,7 @@ Dependencies 2

|Name|Version|
|----------|:----|
|[MessagePack.Annotations](../../../../packages/nuget.org/messagepack.annotations/3.1.4)|3.1.4|
|[MessagePack.Annotations](../../../../packages/nuget.org/messagepack.annotations/3.1.7)|3.1.7|
|[Microsoft.NET.StringTools](../../../../packages/nuget.org/microsoft.net.stringtools/17.11.4)|17.11.4|

*This page was generated by a tool.*
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,21 @@ Redistributions of source code must retain the above copyright notice, this list
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

---

BufferWriter.cs

Copyright 2019 .NET Foundation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Microsoft.AspNetCore.Authentication.JwtBearer</id>
<version>8.0.27</version>
<version>8.0.28</version>
<authors>Microsoft</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
Expand All @@ -11,11 +11,11 @@
<projectUrl>https://asp.net/</projectUrl>
<description>ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.

This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/be2530c3035e4bfa7670c6b18f5a64ef89e0e80d</description>
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/bb9eccba9080e07bce32c0bc27c3564c753a7cfe</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>aspnetcore authentication security</tags>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/dotnet/aspnetcore" commit="be2530c3035e4bfa7670c6b18f5a64ef89e0e80d" />
<repository type="git" url="https://github.com/dotnet/aspnetcore" commit="bb9eccba9080e07bce32c0bc27c3564c753a7cfe" />
<dependencies>
<group targetFramework="net8.0">
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="7.1.2" exclude="Build,Analyzers" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Microsoft.AspNetCore.Authentication.JwtBearer [8.0.27](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.JwtBearer/8.0.27)
Microsoft.AspNetCore.Authentication.JwtBearer [8.0.28](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.JwtBearer/8.0.28)
--------------------

Used by: AspNetCore internal, AspNetCoreNSwag internal, AspNetCoreSwashbuckle internal
Expand All @@ -15,7 +15,7 @@ Description
-----------
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.

This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/be2530c3035e4bfa7670c6b18f5a64ef89e0e80d
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/bb9eccba9080e07bce32c0bc27c3564c753a7cfe

Dependencies 1
-----------
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>Microsoft.Bcl.AsyncInterfaces</id>
<version>10.0.8</version>
<version>10.0.9</version>
<authors>Microsoft</authors>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
Expand All @@ -13,7 +13,7 @@
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/dotnet/dotnet" commit="94ea82652cdd4e0f8046b5bd5becbd11461482ca" />
<repository type="git" url="https://github.com/dotnet/dotnet" commit="901ca941248413c79832d2fdbd709da0c4386353" />
<dependencies>
<group targetFramework=".NETFramework4.6.2">
<dependency id="System.Threading.Tasks.Extensions" version="4.6.3" exclude="Build,Analyzers" />
Expand Down
Loading
Loading