Skip to content

Commit

Permalink
housekeeping: Add none option to RegistrationNamespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Jun 15, 2021
1 parent 5ffe490 commit 1914a3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ReactiveUI/RegistrationNamespace.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ namespace ReactiveUI
/// </summary>
public enum RegistrationNamespace
{
/// <summary>No platform to register.</summary>
None = 0,

/// <summary>
/// Xamarin Forms.
/// </summary>
Expand Down

0 comments on commit 1914a3c

Please sign in to comment.