Skip to content

Handle missing IIS environment feature on distro-packaged .NET#673

Draft
Copilot wants to merge 7 commits into
mainfrom
copilot/fix-iiienvironmentfeature-ubuntu
Draft

Handle missing IIS environment feature on distro-packaged .NET#673
Copilot wants to merge 7 commits into
mainfrom
copilot/fix-iiienvironmentfeature-ubuntu

Conversation

Copilot AI commented Apr 7, 2026

Copy link
Copy Markdown
Contributor
  • Replace broad catch in CreateRuntimeFeatureProxyCreateMethod (line 40) with ArgumentException, InvalidOperationException (thrown by MakeGenericMethod)
  • Replace broad catch in TrySetRuntimeFeature (line 182) with TargetInvocationException, MethodAccessException, InvalidOperationException (thrown by MethodBase.Invoke)

Copilot AI changed the title [WIP] Fix IISEnvironmentFeature not found issue on Ubuntu Linux Handle missing IIS environment feature on distro-packaged .NET Apr 7, 2026
Copilot AI requested a review from twsouthwick April 7, 2026 23:20
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.

IIISEnvironmentFeature could not be found on Ubuntu Linux

2 participants