-
Notifications
You must be signed in to change notification settings - Fork 820
refactor: Sync DTEHelper with studio repo #21386
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
Conversation
|
π€ Your WebAssembly Skia Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-21386/wasm-skia-net9/index.html |
|
π€ Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-21386/docs/index.html |
|
|
src/Uno.UI.RemoteControl.Server.Processors/HotReload/ServerHotReloadProcessor.MetadataUpdate.cs
Show resolved
Hide resolved
724d045 to
296dc60
Compare
|
π€ Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-21386/docs/index.html |
|
π€ Your WebAssembly Skia Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-21386/wasm-skia-net9/index.html |
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.
Pull Request Overview
Refactor to sync DTEHelper with studio repo for consistency, bringing improvements to error handling, code style, and method clarity. This is a maintenance update with no functional changes to the API.
- Refactored return type handling and error checking patterns
- Improved method naming and simplified conditional logic
- Applied consistent code style formatting
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/Uno.UI.RemoteControl.VS/Helpers/DTEHelper.cs | Updated return types, simplified conditional logic, and added discard patterns for ignored return values |
| src/Uno.UI.RemoteControl.VS/EntryPoint.cs | Renamed method call to improve clarity of purpose |
| src/Uno.UI.RemoteControl.VS/EntryPoint.ActiveProfileSync.cs | Renamed methods for clarity and restructured conditional logic with early returns |
| src/Uno.UI.RemoteControl.Server/Helpers/ServiceCollectionExtensions.cs | Minor formatting improvement for method call |
|
|
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
π€ Your WebAssembly Skia Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-21386/wasm-skia-net9/index.html |
|
π€ Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-21386/docs/index.html |
|
The build 175274 found UI Test snapshots differences: Details
|
π Refactoring (no functional changes, no api changes)
Sync DTEHelper with studio repo
What is the current behavior? π€
Out of sync
What is the new behavior? π
π
PR Checklist β
Screenshots Compare Test Runresults.Other information βΉοΈ
Contains changes fo #21292 that has to be merged first