Skip to content

Commit ea3bd63

Browse files
housekeeping: Fix approvals, upgrade dependencies (#212)
* First portion of approvals * Second portion of approvals * More approvals * build(deps): bump DiffEngine from 6.4.6 to 6.5.6 Bumps [DiffEngine](https://github.com/VerifyTests/DiffEngine) from 6.4.6 to 6.5.6. - [Release notes](https://github.com/VerifyTests/DiffEngine/releases) - [Commits](https://github.com/VerifyTests/DiffEngine/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * build(deps): bump NuGet.LibraryModel from 5.8.0 to 5.9.0 Bumps [NuGet.LibraryModel](https://github.com/NuGet/NuGet.Client) from 5.8.0 to 5.9.0. - [Release notes](https://github.com/NuGet/NuGet.Client/releases) - [Commits](https://github.com/NuGet/NuGet.Client/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * build(deps): bump Microsoft.CodeAnalysis.CSharp from 3.8.0 to 3.9.0 Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/master/docs/Breaking%20API%20Changes.md) - [Commits](dotnet/roslyn@v3.8.0...v3.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * build(deps): bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.8.3 to 16.9.1. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v16.8.3...v16.9.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * build(deps): bump coverlet.msbuild from 2.9.0 to 3.0.3 Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 2.9.0 to 3.0.3. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * build(deps): bump Roslynator.Analyzers from 3.0.0 to 3.1.0 Bumps [Roslynator.Analyzers](https://github.com/JosefPihrt/Roslynator) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/JosefPihrt/Roslynator/releases) - [Changelog](https://github.com/JosefPihrt/Roslynator/blob/master/ChangeLog.md) - [Commits](dotnet/roslynator@v3.0.0...v3.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * build(deps): update splat requirement from 9.* to 10.* Updates the requirements on [splat](https://github.com/reactiveui/splat) to permit the latest version. - [Release notes](https://github.com/reactiveui/splat/releases) - [Changelog](https://github.com/reactiveui/splat/blob/main/RELEASENOTES.md) - [Commits](reactiveui/splat@9.0.4...10.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * build(deps): bump Microsoft.CodeAnalysis.NetAnalyzers Bumps [Microsoft.CodeAnalysis.NetAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 5.0.1 to 5.0.3. - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases) - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/master/PostReleaseActivities.md) - [Commits](dotnet/roslyn-analyzers@5.0.1...5.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * build(deps): bump NuGet.Protocol from 5.8.0 to 5.9.0 Bumps [NuGet.Protocol](https://github.com/NuGet/NuGet.Client) from 5.8.0 to 5.9.0. - [Release notes](https://github.com/NuGet/NuGet.Client/releases) - [Commits](https://github.com/NuGet/NuGet.Client/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Updating VS takes a huge time * Fix build errors Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 3374624 commit ea3bd63

20 files changed

+26931
-255
lines changed

.github/workflows/ci-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
- name: Add MSBuild to PATH
3636
uses: glennawatson/setup-msbuild@v1.0.3
3737

38-
- name: Update VS2019
39-
shell: powershell
40-
run: Start-Process -Wait -PassThru -FilePath "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe" -ArgumentList "update --passive --norestart --installpath ""C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise"""
38+
# - name: Update VS2019
39+
# shell: powershell
40+
# run: Start-Process -Wait -PassThru -FilePath "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe" -ArgumentList "update --passive --norestart --installpath ""C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise"""
4141

4242
- name: NBGV
4343
id: nbgv

src/Directory.build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949

5050
<ItemGroup>
5151
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.261" PrivateAssets="all" />
52-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.1" PrivateAssets="all" />
53-
<PackageReference Include="Roslynator.Analyzers" Version="3.0.0" PrivateAssets="All" />
52+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3" PrivateAssets="all" />
53+
<PackageReference Include="Roslynator.Analyzers" Version="3.1.0" PrivateAssets="All" />
5454
</ItemGroup>
5555
<ItemGroup>
5656
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />

src/Pharmacist.Console/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ await ObservablesForEventGenerator.ExtractEventsFromPlatforms(
8484
}
8585
catch (Exception ex)
8686
{
87-
LogHost.Default.Fatal(ex);
87+
LogHost.Default.Fatal(ex.ToString());
8888
return ExitCode.Error;
8989
}
9090
},
@@ -122,7 +122,7 @@ await ObservablesForEventGenerator.ExtractEventsFromPlatforms(
122122
}
123123
catch (Exception ex)
124124
{
125-
LogHost.Default.Fatal(ex);
125+
LogHost.Default.Fatal(ex.ToString());
126126
return ExitCode.Error;
127127
}
128128
},
@@ -150,7 +150,7 @@ await ObservablesForEventGenerator.ExtractEventsFromPlatforms(
150150
}
151151
catch (Exception ex)
152152
{
153-
LogHost.Default.Fatal(ex);
153+
LogHost.Default.Fatal(ex.ToString());
154154
return ExitCode.Error;
155155
}
156156
},

src/Pharmacist.Core/Pharmacist.Core.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" />
15-
<PackageReference Include="NuGet.Protocol" Version="5.8.0" />
16-
<PackageReference Include="NuGet.LibraryModel" Version="5.8.0" />
14+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.9.0" />
15+
<PackageReference Include="NuGet.Protocol" Version="5.9.0" />
16+
<PackageReference Include="NuGet.LibraryModel" Version="5.9.0" />
1717
<PackageReference Include="polly" Version="7.2.1" />
18-
<PackageReference Include="splat" Version="9.*" />
18+
<PackageReference Include="splat" Version="10.*" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

src/Pharmacist.Tests/IntegrationTests/Approved/Xamarin.Essentials.1.5.3.2.xamarinios10.approved.txt

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)