diff --git a/Donations.md b/Donations.md index 0046c27818..df59f21a3c 100644 --- a/Donations.md +++ b/Donations.md @@ -1,10 +1,12 @@ # List of Donations -### Recurring Donations +### Special Donations -| Amount | Name -| ---:| --- -| $13.00 USD / month | Ian Kemp +| Amount | Name | Comment +| ---:| --- | --- +| $6000.00 USD | [.NET on AWS Open Source Software Fund](https://github.com/aws/dotnet-foss) | $500.00 for 12 months starting November 2024 +| $1000.00 USD | Microsoft | - +| $13.00 USD / month | Ian Kemp | starting July 2021 ### Donations diff --git a/README.md b/README.md index f7e573b0b5..5eb8c8d721 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,13 @@ Contributions are welcome! If you are interested please see: TIP: Bugfixes or small improvements can be implemented right away. Larger task like adding new analyzer or refactoring should be discussed first. +## Donations + +Special thanks to: + - [.NET on AWS Open Source Software Fund](https://github.com/aws/dotnet-foss) for donating $6000.00 USD ($500.00 for 12 months starting November 2024). + - Microsoft for donating $1000.00 USD. + - Ian Kemp for donating $13.00 USD / month starting July 2021. + ## .NET Foundation This project is supported by the [.NET Foundation](https://www.dotnetfoundation.org/projects). diff --git a/src/CommandLine/CommandLine.csproj b/src/CommandLine/CommandLine.csproj index bdd567146d..de80181f19 100644 --- a/src/CommandLine/CommandLine.csproj +++ b/src/CommandLine/CommandLine.csproj @@ -45,6 +45,15 @@ publishDir=$([MSBuild]::NormalizeDirectory($(IntermediatePackDir)));version=$(RoslynatorCliPackageVersion) + + + + + + + + + diff --git a/src/CommandLine/EncodingHelpers.cs b/src/CommandLine/EncodingHelpers.cs index ffe605c644..d73641bcc5 100644 --- a/src/CommandLine/EncodingHelpers.cs +++ b/src/CommandLine/EncodingHelpers.cs @@ -16,7 +16,9 @@ public static Encoding DetectEncoding(Stream stream) var buffer = new byte[4]; +#pragma warning disable CA2022 stream.Read(buffer, 0, 4); +#pragma warning restore CA2022 if (buffer[0] == 0xFE && buffer[1] == 0xFF) diff --git a/src/VisualStudio/VisualStudio.csproj b/src/VisualStudio/VisualStudio.csproj index 8e442b186d..d432161879 100644 --- a/src/VisualStudio/VisualStudio.csproj +++ b/src/VisualStudio/VisualStudio.csproj @@ -32,6 +32,11 @@ + + + + + Program $(DevEnvDir)devenv.exe