Skip to content
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

Update to latest Uno #134

Open
carldebilly opened this issue Feb 4, 2021 · 2 comments
Open

Update to latest Uno #134

carldebilly opened this issue Feb 4, 2021 · 2 comments
Labels
kind/enhancement New feature or request. triage/untriaged Indicates an issue requires triaging or verification.

Comments

@carldebilly
Copy link
Member

No description provided.

@carldebilly carldebilly added kind/enhancement New feature or request. triage/untriaged Indicates an issue requires triaging or verification. labels Feb 4, 2021
@carldebilly carldebilly self-assigned this Feb 4, 2021
@mycall
Copy link

mycall commented Apr 29, 2021

+1 for this. All the projects' NuGet packages are outdated. Upgrading breaks Wasm.

Error CS0053 Inconsistent accessibility: property type 'ObservableObject.TaskNotifier<IEnumerable>' is less accessible than property 'ShowsPageViewModel.Shows'

Error CS0053 Inconsistent accessibility: property type 'ObservableObject.TaskNotifier' is less accessible than property 'ShowViewModel.Show'

Error CS1729 'ObservableObject.TaskNotifier<IEnumerable>' does not contain a constructor that takes 1 arguments

@jeromelaban
Copy link
Member

jeromelaban commented Apr 29, 2021

The TaskNotifier is caused by a new class that changes the priority of the Ch9.TaskNotifier<T> , which fixes this particular change.

There's a another change on Ioc.ConfigureServices which has seemingly lost its compatibility with IServiceCollection. This breaking change needs adjustments in Ch9 to initialize services.

@carldebilly carldebilly removed their assignment Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request. triage/untriaged Indicates an issue requires triaging or verification.
Projects
None yet
Development

No branches or pull requests

3 participants