Skip to content

Commit

Permalink
housekeeping: Fix approvals, upgrade dependencies (#212)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

* 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] <[email protected]>

* 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] <[email protected]>

* 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] <[email protected]>

* 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] <[email protected]>

* 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] <[email protected]>

* 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] <[email protected]>

* 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] <[email protected]>

* 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] <[email protected]>

* Updating VS takes a huge time

* Fix build errors

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
worldbeater and dependabot-preview[bot] authored Mar 7, 2021
1 parent 3374624 commit ea3bd63
Show file tree
Hide file tree
Showing 20 changed files with 26,931 additions and 255 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- name: Add MSBuild to PATH
uses: glennawatson/[email protected]

- name: Update VS2019
shell: powershell
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"""
# - name: Update VS2019
# shell: powershell
# 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"""

- name: NBGV
id: nbgv
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@

<ItemGroup>
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.261" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.1" PrivateAssets="all" />
<PackageReference Include="Roslynator.Analyzers" Version="3.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3" PrivateAssets="all" />
<PackageReference Include="Roslynator.Analyzers" Version="3.1.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />
Expand Down
6 changes: 3 additions & 3 deletions src/Pharmacist.Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ await ObservablesForEventGenerator.ExtractEventsFromPlatforms(
}
catch (Exception ex)
{
LogHost.Default.Fatal(ex);
LogHost.Default.Fatal(ex.ToString());
return ExitCode.Error;
}
},
Expand Down Expand Up @@ -122,7 +122,7 @@ await ObservablesForEventGenerator.ExtractEventsFromPlatforms(
}
catch (Exception ex)
{
LogHost.Default.Fatal(ex);
LogHost.Default.Fatal(ex.ToString());
return ExitCode.Error;
}
},
Expand Down Expand Up @@ -150,7 +150,7 @@ await ObservablesForEventGenerator.ExtractEventsFromPlatforms(
}
catch (Exception ex)
{
LogHost.Default.Fatal(ex);
LogHost.Default.Fatal(ex.ToString());
return ExitCode.Error;
}
},
Expand Down
8 changes: 4 additions & 4 deletions src/Pharmacist.Core/Pharmacist.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" />
<PackageReference Include="NuGet.Protocol" Version="5.8.0" />
<PackageReference Include="NuGet.LibraryModel" Version="5.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.9.0" />
<PackageReference Include="NuGet.Protocol" Version="5.9.0" />
<PackageReference Include="NuGet.LibraryModel" Version="5.9.0" />
<PackageReference Include="polly" Version="7.2.1" />
<PackageReference Include="splat" Version="9.*" />
<PackageReference Include="splat" Version="10.*" />
</ItemGroup>

<ItemGroup>
Expand Down

This file was deleted.

Loading

0 comments on commit ea3bd63

Please sign in to comment.