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

SetterBase.set_Property should be removed in Uno 6 #13050

Open
Tracked by #8339
Youssef1313 opened this issue Jul 29, 2023 · 0 comments
Open
Tracked by #8339

SetterBase.set_Property should be removed in Uno 6 #13050

Youssef1313 opened this issue Jul 29, 2023 · 0 comments
Labels
difficulty/starter 🚀 Categorizes an issue for which the difficulty level is reachable by newcomers good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. kind/bug Something isn't working

Comments

@Youssef1313
Copy link
Member

Current behavior

/// <summary>
/// This method is present for binary backward compatibility with <see cref="Setter{T}"/>.
/// Use <see cref="Setter.Property"/> or <see cref="Setter{T}.Property"/> instead.
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
public void set_Property(string name) => OnStringPropertyChanged(name);

Expected behavior

No response

How to reproduce it (as minimally and precisely as possible)

No response

Workaround

No response

Works on UWP/WinUI

None

Environment

No response

NuGet package version(s)

No response

Affected platforms

No response

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

@Youssef1313 Youssef1313 added kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. labels Jul 29, 2023
@MartinZikmund MartinZikmund added difficulty/starter 🚀 Categorizes an issue for which the difficulty level is reachable by newcomers good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. and removed triage/untriaged Indicates an issue requires triaging or verification difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. labels Sep 20, 2023
@Youssef1313 Youssef1313 changed the title SetterBase.set_Property should be removed in Uno 5 SetterBase.set_Property should be removed in Uno 6 Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty/starter 🚀 Categorizes an issue for which the difficulty level is reachable by newcomers good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants