Skip to content

Commit 7670f00

Browse files
authored
Downgrade System.IO.Abstractions to 17.2.3 (#143)
Signed-off-by: Victor Chang <vicchang@nvidia.com>
1 parent 5265b5d commit 7670f00

File tree

5 files changed

+14
-63
lines changed

5 files changed

+14
-63
lines changed

doc/dependency_decisions.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -469,25 +469,18 @@
469469
- 4.3.0
470470
:when: 2022-08-16 18:11:43.670153994 Z
471471
- - :approve
472-
- TestableIO.System.IO.Abstractions
472+
- System.IO.Abstractions
473473
- :who: mocsharp
474474
:why: MIT ( https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
475475
:versions:
476-
- 18.0.1
476+
- 17.2.3
477477
:when: 2022-08-16 18:11:44.550586685 Z
478478
- - :approve
479-
- TestableIO.System.IO.Abstractions.TestingHelpers
479+
- System.IO.Abstractions.TestingHelpers
480480
- :who: mocsharp
481481
:why: MIT ( https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
482482
:versions:
483-
- 18.0.1
484-
:when: 2022-08-16 18:11:44.984891276 Z
485-
- - :approve
486-
- TestableIO.System.IO.Abstractions.Wrappers
487-
- :who: mocsharp
488-
:why: MIT ( https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
489-
:versions:
490-
- 18.0.1
483+
- 17.2.3
491484
:when: 2022-08-16 18:11:44.984891276 Z
492485
- - :approve
493486
- System.IO.Compression

src/Plugins/MinIO/Tests/Monai.Deploy.Storage.MinIO.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
3131
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
3232
<PackageReference Include="Moq" Version="4.18.2" />
33-
<PackageReference Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="18.0.1" />
33+
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="17.2.3" />
3434
<PackageReference Include="xunit" Version="2.4.2" />
3535
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/Storage/Monai.Deploy.Storage.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@
6666
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
6767
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="6.0.10" />
6868
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
69-
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="18.0.1" />
70-
<PackageReference Include="TestableIO.System.IO.Abstractions.Wrappers" Version="18.0.1" />
69+
<PackageReference Include="System.IO.Abstractions" Version="17.2.3" />
7170
</ItemGroup>
7271

7372
<ItemGroup>

src/Storage/Tests/Monai.Deploy.Storage.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<ItemGroup>
2727
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
2828
<PackageReference Include="Moq" Version="4.18.2" />
29-
<PackageReference Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="18.0.1" />
29+
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="17.2.3" />
3030
<PackageReference Include="xunit" Version="2.4.2" />
3131
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

third-party-licenses.md

Lines changed: 7 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -15743,14 +15743,14 @@ consequential or other damages.
1574315743

1574415744

1574515745
<details>
15746-
<summary>TestableIO.System.IO.Abstractions 18.0.1</summary>
15746+
<summary>System.IO.Abstractions 17.2.3</summary>
1574715747

15748-
## TestableIO.System.IO.Abstractions
15748+
## System.IO.Abstractions
1574915749

15750-
- Version: 18.0.1
15750+
- Version: 17.2.3
1575115751
- Authors: Tatham Oddie & friends
1575215752
- Project URL: https://github.com/TestableIO/System.IO.Abstractions
15753-
- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions/18.0.1)
15753+
- Source: [NuGet](https://www.nuget.org/packages/System.IO.Abstractions/17.2.3)
1575415754
- License: [MIT]( https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
1575515755

1575615756

@@ -15784,55 +15784,14 @@ SOFTWARE.
1578415784

1578515785

1578615786
<details>
15787-
<summary>TestableIO.System.IO.Abstractions.TestingHelpers 18.0.1</summary>
15787+
<summary>System.IO.Abstractions.TestingHelpers 17.2.3</summary>
1578815788

1578915789
## TestableIO.System.IO.Abstractions.TestingHelpers
1579015790

15791-
- Version: 18.0.1
15791+
- Version: 17.2.3
1579215792
- Authors: Tatham Oddie & friends
1579315793
- Project URL: https://github.com/TestableIO/System.IO.Abstractions
15794-
- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions.TestingHelpers/18.0.1)
15795-
- License: [MIT]( https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
15796-
15797-
15798-
```
15799-
The MIT License (MIT)
15800-
15801-
Copyright (c) Tatham Oddie and Contributors
15802-
15803-
All rights reserved.
15804-
15805-
Permission is hereby granted, free of charge, to any person obtaining a copy
15806-
of this software and associated documentation files (the "Software"), to deal
15807-
in the Software without restriction, including without limitation the rights
15808-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15809-
copies of the Software, and to permit persons to whom the Software is
15810-
furnished to do so, subject to the following conditions:
15811-
15812-
The above copyright notice and this permission notice shall be included in all
15813-
copies or substantial portions of the Software.
15814-
15815-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15816-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15817-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15818-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15819-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
15820-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
15821-
SOFTWARE.
15822-
```
15823-
15824-
</details>
15825-
15826-
15827-
<details>
15828-
<summary>TestableIO.System.IO.Abstractions.Wrappers 18.0.1</summary>
15829-
15830-
## TestableIO.System.IO.Abstractions.Wrappers
15831-
15832-
- Version: 18.0.1
15833-
- Authors: Tatham Oddie & friends
15834-
- Project URL: https://github.com/TestableIO/System.IO.Abstractions
15835-
- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions.Wrappers/18.0.1)
15794+
- Source: [NuGet](https://www.nuget.org/packages/System.IO.Abstractions.TestingHelpers/17.2.3)
1583615795
- License: [MIT]( https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
1583715796

1583815797

0 commit comments

Comments
 (0)