Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .NET Framework 3.5 support #89

Merged
merged 5 commits into from
Oct 1, 2021
Merged

Add .NET Framework 3.5 support #89

merged 5 commits into from
Oct 1, 2021

Conversation

AArnott
Copy link
Owner

@AArnott AArnott commented Oct 1, 2021

Closes #88

@codecov-commenter
Copy link

codecov-commenter commented Oct 1, 2021

Codecov Report

Merging #89 (ceb7b0a) into master (227278c) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #89   +/-   ##
=======================================
  Coverage   91.43%   91.43%           
=======================================
  Files           9        9           
  Lines         292      292           
=======================================
  Hits          267      267           
  Misses         25       25           
Impacted Files Coverage Δ
src/Validation/Assumes.cs 84.61% <ø> (ø)
src/Validation/Report.cs 100.00% <ø> (ø)
src/Validation/Requires.cs 96.80% <ø> (ø)
src/Validation/PrivateErrorHelpers.cs 75.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 227278c...ceb7b0a. Read the comment docs.

@AArnott AArnott merged commit f2eefea into master Oct 1, 2021
@AArnott AArnott deleted the net35 branch October 1, 2021 04:35
AArnott pushed a commit that referenced this pull request May 2, 2023
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[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Framework version 2.0
2 participants