Skip to content

Uno Sample addition #290

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

Merged
merged 2 commits into from
Feb 21, 2025

Conversation

trydalch
Copy link
Contributor

Sorry for just getting back on this.

I re-added the LoggingHandler. It was removed due to an oversight as I was trying to clean out unnecessary files.

I also fixed the ProgressBar bug by specifying Mode=OneWay in the binding. I'm not sure why this isn't needed in the WinUI app.

I tried various methods of adding the Uno project to the samples solution, but was unsuccessful. I know Uno requires the project & solution to be in the same folder, so it may be due to that. I played with the folder structure, but it seemed to cause more problems than it solved.

uses x:Bind now

Removed unnecessary Uno features.

Updated to .net 9
@adrianhall
Copy link
Collaborator

Thanks - I will run through the process tomorrow (or maybe this afternoon if I free up some time) and get it integrated.

@adrianhall adrianhall requested a review from Copilot February 20, 2025 16:45
@adrianhall adrianhall self-assigned this Feb 20, 2025
@adrianhall adrianhall self-requested a review February 20, 2025 16:45
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 68 out of 83 changed files in this pull request and generated no comments.

Files not reviewed (15)
  • samples/todoapp/TodoApp.Uno/.editorconfig: Language not supported
  • samples/todoapp/TodoApp.Uno/.run/TodoApp.Uno.run.xml: Language not supported
  • samples/todoapp/TodoApp.Uno/.vscode/extensions.json: Language not supported
  • samples/todoapp/TodoApp.Uno/.vscode/launch.json: Language not supported
  • samples/todoapp/TodoApp.Uno/.vscode/settings.json: Language not supported
  • samples/todoapp/TodoApp.Uno/.vscode/tasks.json: Language not supported
  • samples/todoapp/TodoApp.Uno/.vsconfig: Language not supported
  • samples/todoapp/TodoApp.Uno/Directory.Build.props: Language not supported
  • samples/todoapp/TodoApp.Uno/Directory.Build.targets: Language not supported
  • samples/todoapp/TodoApp.Uno/Directory.Packages.props: Language not supported
  • samples/todoapp/TodoApp.Uno/TodoApp.Uno.sln: Language not supported
  • samples/todoapp/TodoApp.Uno/TodoApp.Uno/App.xaml: Language not supported
  • samples/todoapp/TodoApp.Uno/.run/Readme.md: Evaluated as low risk
  • samples/todoapp/TodoApp.Uno/TodoApp.Uno/GlobalUsings.cs: Evaluated as low risk
  • samples/todoapp/TodoApp.Uno/TodoApp.Uno/Assets/SharedAssets.md: Evaluated as low risk
Comments suppressed due to low confidence (1)

samples/todoapp/TodoApp.Uno/TodoApp.Uno/Database/TodoItem.cs:11

  • The Title property should be marked as nullable or have a default value to avoid potential null reference issues.
public string Title { get; set; } = string.Empty;

@adrianhall adrianhall linked an issue Feb 20, 2025 that may be closed by this pull request
@adrianhall adrianhall merged commit 9b9f9ec into CommunityToolkit:main Feb 21, 2025
2 checks passed
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.

Uno Platform sample
2 participants