Uh oh!
There was an error while loading. Please reload this page.
Introduce type converter for DataClassification - #5887
Conversation
Uh oh!
There was an error while loading. Please reload this page.
dariusclay
commented
Feb 17, 2025
I'll add the experimental attribute to proper locations |
dotnet-comment-bot
commented
Feb 17, 2025
🎉 Good job! The coverage increased 🎉
Full code coverage report: https://dev.azure.com/dnceng-public/public/_build/results?buildId=954586&view=codecoverage-tab |
dotnet-comment-bot
commented
Feb 17, 2025
🎉 Good job! The coverage increased 🎉
Full code coverage report: https://dev.azure.com/dnceng-public/public/_build/results?buildId=954733&view=codecoverage-tab |
dotnet-comment-bot
commented
Feb 17, 2025
🎉 Good job! The coverage increased 🎉
Full code coverage report: https://dev.azure.com/dnceng-public/public/_build/results?buildId=954738&view=codecoverage-tab |
Uh oh!
There was an error while loading. Please reload this page.
dotnet-comment-bot
commented
Feb 18, 2025
🎉 Good job! The coverage increased 🎉
Full code coverage report: https://dev.azure.com/dnceng-public/public/_build/results?buildId=955108&view=codecoverage-tab |
dotnet-comment-bot
commented
Feb 18, 2025
🎉 Good job! The coverage increased 🎉
Full code coverage report: https://dev.azure.com/dnceng-public/public/_build/results?buildId=955658&view=codecoverage-tab |
dariusclay
commented
Feb 19, 2025
still needing one more owner approval |
This pull request introduces a new type converter for the
DataClassificationstruct and includes corresponding tests to ensure its functionality. The most important changes include the addition of theDataClassificationTypeConverterclass, the integration of this converter into theDataClassificationstruct, and the creation of unit tests to validate the converter's behavior.This improves the
DataClassificationtype by allowing it to be bound from configuration files, enhancing the flexibility and usability of the struct in various scenarios.Microsoft Reviewers: Open in CodeFlow