Skip to content

Commit

Permalink
Fix warnings and update dependency decisions
Browse files Browse the repository at this point in the history
  • Loading branch information
mocsharp committed Aug 12, 2023
1 parent 016fc0c commit 3f7da5b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
24 changes: 9 additions & 15 deletions doc/dependency_decisions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@
- :who: mocsharp
:why: Apache-2.0 ( https://raw.githubusercontent.com/aspnet/AspNetCore/2.0.0/LICENSE.txt)
:versions:
- 2.2.8
- 2.2.0
:when: 2022-08-16 23:06:15.238479186 Z
- - :approve
- Microsoft.OpenApi
Expand Down Expand Up @@ -1289,20 +1289,6 @@
- 4.5.4
- 4.5.5
:when: 2022-08-16 23:06:55.672403035 Z
- - :approve
- System.Net.Http
- :who: mocsharp
:why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
:versions:
- 4.3.0
:when: 2022-08-16 23:06:56.146126058 Z
- - :approve
- System.Net.Http
- :who: mocsharp
:why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
:versions:
- 4.3.4
:when: 2022-08-16 23:06:56.599420591 Z
- - :approve
- System.Net.NameResolution
- :who: mocsharp
Expand Down Expand Up @@ -2462,6 +2448,14 @@
:versions:
- 7.0.0
:when: 2023-08-10 20:50:14.759818552 Z
- - :approve
- System.Net.Http
- :who: mocsharp
:why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
:versions:
- 4.3.0
- 4.3.4
:when: 2022-08-16 23:07:41.735502132 Z



Expand Down
2 changes: 0 additions & 2 deletions src/CLI/Test/ConfigurationOptionAccessorTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ namespace Monai.Deploy.InformaticsGateway.CLI.Test
{
public class ConfigurationOptionAccessorTest
{
private readonly IFileSystem _fileSystem;

public ConfigurationOptionAccessorTest()
{
}
Expand Down
2 changes: 0 additions & 2 deletions src/CLI/Test/NLogConfigurationOptionAccessorTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ namespace Monai.Deploy.InformaticsGateway.CLI.Test
{
public class NLogConfigurationOptionAccessorTest
{
private readonly IFileSystem _fileSystem;

public NLogConfigurationOptionAccessorTest()
{
}
Expand Down

0 comments on commit 3f7da5b

Please sign in to comment.