Skip to content

Conversation

@buserqub
Copy link

public -> partial

@luke-whos-here
Copy link
Contributor

@maxkatz6 Is this accurate?

@maxkatz6
Copy link
Member

Not in this context, there is no generated code to use "partial'.
But if we do it safely, then both should be used - "public partial"

namespace RoutingExample
{
public class MainWindow : ReactiveWindow<MainWindowViewModel>
partial class MainWindow : ReactiveWindow<MainWindowViewModel>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
partial class MainWindow : ReactiveWindow<MainWindowViewModel>
public partial class MainWindow : ReactiveWindow<MainWindowViewModel>

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.

3 participants