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

Drop conditional testing on Mono #1081

Merged
merged 2 commits into from
Sep 22, 2024
Merged

Conversation

atifaziz
Copy link
Member

This PR drops testing on Mono, which was there for historical reasons when it was the go-to option for running & using .NET Framework assemblies on non-Windows platforms. This changed with .NET (Core), which now runs on many non-Windows platforms. Also:

Microsoft maintains a modern fork of Mono runtime in the dotnet/runtime repo and has been progressively moving workloads to that fork. That work is now complete, and we recommend that active Mono users and maintainers of Mono-based app frameworks migrate to .NET which includes work from this fork.

Copy link

codecov bot commented Sep 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.23%. Comparing base (ede868e) to head (0105792).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1081   +/-   ##
=======================================
  Coverage   93.23%   93.23%           
=======================================
  Files         112      112           
  Lines        3400     3400           
  Branches      962      962           
=======================================
  Hits         3170     3170           
  Misses        214      214           
  Partials       16       16           
Flag Coverage Δ
93.23% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@atifaziz atifaziz merged commit 5dc9e18 into morelinq:master Sep 22, 2024
6 checks passed
@atifaziz atifaziz deleted the x-mono-test branch September 22, 2024 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant