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

Replace NotImplementedException with NotSupportedException #23502

Merged
merged 2 commits into from
Dec 20, 2020

Commits on Dec 17, 2020

  1. Replace NotImplementedException with NotSupportedException

    Fixes #20961
    
    > You might choose to throw a NotImplementedException exception in properties or methods in your own types when the that member is still in development and will only later be implemented in production code. In other words, a NotImplementedException exception should be synonymous with "still in development."
    
    I left one NotImplementedException in Migration.cs, because it really is there for when the application hasn't implemented Down yet, but tries to do a Down.
    ajcvickers committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    1ae81d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Configuration menu
    Copy the full SHA
    97f2d50 View commit details
    Browse the repository at this point in the history