Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TestableIO/System.IO.Abstractions.Analyzers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 274ce600f573255a487c860e47b6f9f192305cfe
Choose a base ref
..
head repository: TestableIO/System.IO.Abstractions.Analyzers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 519aa1dead6337e9c88da6482a440933c5e174d2
Choose a head ref
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@

- [![Telegram Chat](https://img.shields.io/badge/Chat-Telegram-0F80C1.svg)](https://t.me/System_IO_Abstractions_Analyzer)

# Contibuting
# Contributing

- Send your `Pull Request`
- Add new [issue](https://github.com/TestableIO/System.IO.Abstractions.Analyzers/issues/new)
4 changes: 2 additions & 2 deletions Roslyn.Testing/Roslyn.Testing.csproj
Original file line number Diff line number Diff line change
@@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2022.1.0" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.1.0" />
<PackageReference Include="Shouldly" Version="4.2.1" />
<PackageReference Include="Shouldly" Version="4.3.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -7,10 +7,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="System.IO.Abstractions" Version="19.1.14" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
<Optimize>false</Optimize>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2022.1.0" PrivateAssets="all" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.1.0" PrivateAssets="all" />
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />