-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add support of .NET10 isolated model runtime #21782
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
base: master
Are you sure you want to change the base?
Add support of .NET10 isolated model runtime #21782
Conversation
|
@microsoft-github-policy-service agree |
|
/azp run |
|
Commenter does not have sufficient privileges for PR 21782 in repo microsoft/azure-pipelines-tasks |
|
@Hoodys352 thanks for the contribution, I updated your PR with the other stacks also, PLease review and let me know if you have any concerns. If you don't then I will approve and merge? |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
…re Function App tasks
@FinVamp1 Hi, no problem, thanks for extending this PR! |
FinVamp1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
|
@FinVamp1 is there anything else I need to do? It's my first PR |
| "PYTHON|3.8": "PYTHON|3.8", | ||
| "PYTHON|3.9": "PYTHON|3.9", | ||
| "PYTHON|3.10": "PYTHON|3.10", | ||
| "PYTHON|3.11": "PYTHON|3.11" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why task.loc.json does not have rest of the language versions like task.json? Same question for V1 task.loc.json.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the build step will fix this but that's something I will verify today.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@FinVamp1 any news?
Context
Describe the context or motivation for this PR. Include links to any related Azure DevOps Work Items or GitHub issues.
📌 How to link to ADO Work Items
#21781
Task Name
Name of the updated or newly created pipeline task.
AzureFunctionAppV1
AzureFunctionAppV2
Description
Summarize the changes made in this PR clearly and concisely.
Added DOTNET-ISOLATED|10.0 support
Risk Assessment (Low / Medium / High)
Assess the level of risk and provide reasoning (e.g., scope, impact, backward compatibility).
Low
Change Behind Feature Flag (Yes / No)
Can this change be behine feature flag, if not why?
Tech Design / Approach
Documentation Changes Required (Yes/No)
Indicate whether related documentation needs to be updated.
Unit Tests Added or Updated (Yes / No)
Indicate whether unit tests were added or modified to reflect these changes.
No
Additional Testing Performed
List all other tests performed (manual or automated, including integration, regression, scenario tests, etc.).
Logging Added/Updated (Yes/No)
Telemetry Added/Updated (Yes/No)
Rollback Scenario and Process (Yes/No)
Dependency Impact Assessed and Regression Tested (Yes/No)
Checklist