Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Couple of minor changes around doc comments#5902

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
shyamnamboodiripad merged 4 commits intodotnet:mainfromshyamnamboodiripad:doc
Feb 13, 2025

Conversation

@shyamnamboodiripad
Copy link
Contributor

@shyamnamboodiripadshyamnamboodiripad commentedFeb 13, 2025
edited by dotnet-policy-servicebot
Loading

Microsoft Reviewers:Open in CodeFlow

@shyamnamboodiripad
Copy link
ContributorAuthor

@RussKie@stephentoub Looks like thedotnet-extensions-ai team is being included as required on all eval library PRs despite the following lines in the CODEOWNERS files (wheredotnet-extensions-ai-evaluation appears ahead ofdotnet-extensions-ai).

Any ideas on how we can fix the reviewer tagging to only include thedotnet-extensions-ai-evaluation team?

https://github.com/dotnet/extensions/blob/main/.github/CODEOWNERS#L20C1-L22C116

@shyamnamboodiripadshyamnamboodiripad added the area-ai-evalMicrosoft.Extensions.AI.Evaluation and related labelFeb 13, 2025
@RussKie
Copy link
Contributor

@RussKie@stephentoub Looks like thedotnet-extensions-ai team is being included as required on all eval library PRs despite the following lines in the CODEOWNERS files (wheredotnet-extensions-ai-evaluation appears ahead ofdotnet-extensions-ai).

Any ideas on how we can fix the reviewer tagging to only include thedotnet-extensions-ai-evaluation team?

main/.github/CODEOWNERS#L20C1-L22C116

It's because of this:

/src/Libraries/Microsoft.Extensions.AI@dotnet/dotnet-extensions-ai
/src/Libraries/Microsoft.Extensions.AI.*@dotnet/dotnet-extensions-ai
/test/Libraries/Microsoft.Extensions.AI@dotnet/dotnet-extensions-ai
/test/Libraries/Microsoft.Extensions.AI.*@dotnet/dotnet-extensions-ai

It could be that the order is reversed. If reversing doesn't help, then you'll need to explicitly call out MEAI libraries.
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

shyamnamboodiripad reacted with thumbs up emoji

@shyamnamboodiripadshyamnamboodiripad requested a review froma team as acode ownerFebruary 13, 2025 20:59
@shyamnamboodiripad
Copy link
ContributorAuthor

@RussKie@stephentoub Looks like thedotnet-extensions-ai team is being included as required on all eval library PRs despite the following lines in the CODEOWNERS files (wheredotnet-extensions-ai-evaluation appears ahead ofdotnet-extensions-ai).
Any ideas on how we can fix the reviewer tagging to only include thedotnet-extensions-ai-evaluation team?
main/.github/CODEOWNERS#L20C1-L22C116

It's because of this:

/src/Libraries/Microsoft.Extensions.AI@dotnet/dotnet-extensions-ai
/src/Libraries/Microsoft.Extensions.AI.*@dotnet/dotnet-extensions-ai
/test/Libraries/Microsoft.Extensions.AI@dotnet/dotnet-extensions-ai
/test/Libraries/Microsoft.Extensions.AI.*@dotnet/dotnet-extensions-ai

It could be that the order is reversed. If reversing doesn't help, then you'll need to explicitly call out MEAI libraries.https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

@RussKie Thanks - I have pushed a commit to this PR that reverses the order. Could you please approve if it looks good?

@shyamnamboodiripad
Copy link
ContributorAuthor

shyamnamboodiripad commentedFeb 13, 2025
edited
Loading

FYI@peterwald Looks like CI flaked out with the following error (same as#5901)

VSTest(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Tests failed: /mnt/vss/_work/1/s/artifacts/TestResults/Release/Microsoft.Extensions.Caching.Hybrid.Tests_net8.0_x64.html [net8.0|x64]

Looks like only the Ubuntu leg failed - Windows is past the point of failure - so perhaps the failure is intermittent / non-deterministic.

@dotnet-comment-bot
Copy link
Collaborator

‼️Found issues‼️

ProjectCoverage TypeExpectedActual
Microsoft.Extensions.Caching.HybridLine8682.77 🔻
Microsoft.Extensions.AI.OllamaLine8078.2 🔻
Microsoft.Extensions.AI.Evaluation.QualityLine887.57 🔻
Microsoft.Extensions.AI.Evaluation.QualityBranch8816.42 🔻
Microsoft.Extensions.AI.Evaluation.ConsoleLine888.26 🔻
Microsoft.Extensions.AI.Evaluation.ConsoleBranch8817.07 🔻
Microsoft.Extensions.AI.EvaluationLine8858.67 🔻
Microsoft.Extensions.AI.EvaluationBranch8856.67 🔻
Microsoft.Gen.MetadataExtractorLine9857.35 🔻
Microsoft.Gen.MetadataExtractorBranch9862.5 🔻
Microsoft.Extensions.AI.OpenAILine7768.19 🔻
Microsoft.Extensions.AI.OpenAIBranch7750.2 🔻
Microsoft.Extensions.AI.Evaluation.ReportingLine8872.06 🔻
Microsoft.Extensions.AI.Evaluation.ReportingBranch8864.8 🔻

🎉Good job! The coverage increased 🎉
UpdateMinCodeCoverage in the project files.

ProjectExpectedActual
Microsoft.Extensions.AI8889
Microsoft.Extensions.AI.AzureAIInference9192

Full code coverage report:https://dev.azure.com/dnceng-public/public/_build/results?buildId=951837&view=codecoverage-tab

@dotnet-comment-bot
Copy link
Collaborator

‼️Found issues‼️

ProjectCoverage TypeExpectedActual
Microsoft.Extensions.AI.Evaluation.QualityLine887.57 🔻
Microsoft.Extensions.AI.Evaluation.QualityBranch8816.42 🔻
Microsoft.Extensions.AI.Evaluation.ConsoleLine888.26 🔻
Microsoft.Extensions.AI.Evaluation.ConsoleBranch8817.07 🔻
Microsoft.Extensions.Caching.HybridLine8682.77 🔻
Microsoft.Extensions.AI.EvaluationLine8858.67 🔻
Microsoft.Extensions.AI.EvaluationBranch8856.67 🔻
Microsoft.Extensions.AI.OllamaLine8078.2 🔻
Microsoft.Extensions.AI.OpenAILine7768.04 🔻
Microsoft.Extensions.AI.OpenAIBranch7749.8 🔻
Microsoft.Extensions.AI.Evaluation.ReportingLine8872.06 🔻
Microsoft.Extensions.AI.Evaluation.ReportingBranch8864.8 🔻
Microsoft.Gen.MetadataExtractorLine9857.35 🔻
Microsoft.Gen.MetadataExtractorBranch9862.5 🔻

🎉Good job! The coverage increased 🎉
UpdateMinCodeCoverage in the project files.

ProjectExpectedActual
Microsoft.Extensions.AI.AzureAIInference9192
Microsoft.Extensions.AI8889

Full code coverage report:https://dev.azure.com/dnceng-public/public/_build/results?buildId=951897&view=codecoverage-tab

@shyamnamboodiripadshyamnamboodiripad merged commitc1ea357 intodotnet:mainFeb 13, 2025
6 checks passed
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsMar 16, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@peterwaldpeterwaldpeterwald approved these changes

+1 more reviewer

@RussKieRussKieRussKie approved these changes

Reviewers whose approvals may not affect merge requirements

Labels

area-ai-evalMicrosoft.Extensions.AI.Evaluation and related

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@shyamnamboodiripad@RussKie@dotnet-comment-bot@peterwald

[8]ページ先頭

©2009-2025 Movatter.jp