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

v10 feature: Nullable reference types #12017

Merged
merged 24 commits into from
Apr 22, 2022

Commits on Dec 16, 2021

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

Commits on Dec 17, 2021

  1. Updated projects to net6

    bergmania committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    32b1225 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Fix extension methods

    Zeegaan committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    5210233 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

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

Commits on Jan 21, 2022

  1. Make lots of models nullable

    Zeegaan committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    936dd38 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

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

Commits on Feb 10, 2022

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

Commits on Feb 11, 2022

  1. Fix Unit & Integration tests

    Zeegaan committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    58f6226 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Fix some of the cypress tests

    Zeegaan committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    8991256 View commit details
    Browse the repository at this point in the history
  2. Fix more acceptance tests

    Zeegaan committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    ff58531 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. uncomment code again

    Nikolaj Geisle committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    e5dab9d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/v10/dev' into v10/feature/nullab…

    …le-reference-types-in-Umbraco-Core
    
    # Conflicts:
    #	src/Umbraco.Core/Configuration/Models/SecuritySettings.cs
    #	src/Umbraco.Core/Events/DeleteEventArgs.cs
    #	src/Umbraco.Core/Events/IEventDispatcher.cs
    #	src/Umbraco.Core/Events/PassThroughEventDispatcher.cs
    #	src/Umbraco.Core/Events/QueuingEventDispatcherBase.cs
    #	src/Umbraco.Core/IO/MediaFileManager.cs
    #	src/Umbraco.Core/Models/Mapping/MemberTabsAndPropertiesMapper.cs
    #	src/Umbraco.Core/PropertyEditors/DataValueEditor.cs
    #	src/Umbraco.Core/Routing/DefaultUrlProvider.cs
    Nikolaj Geisle committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    224341a View commit details
    Browse the repository at this point in the history
  3. Fix error after merge

    Nikolaj Geisle committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    793f8f0 View commit details
    Browse the repository at this point in the history
  4. Fix more nullability errors

    Nikolaj Geisle committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    945b115 View commit details
    Browse the repository at this point in the history
  5. Remove outcommented WarningAsError

    Nikolaj Geisle committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    13b9816 View commit details
    Browse the repository at this point in the history
  6. Fix more nullability errors

    Zeegaan committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    093d336 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    6be2cd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb3e770 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Configuration menu
    Copy the full SHA
    cb44dc7 View commit details
    Browse the repository at this point in the history
  2. Fix errors

    Nikolaj Geisle committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    57f3210 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Remove SQLCE from sln file

    Nikolaj Geisle committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    e32ddcd View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. update cypress package

    Nikolaj Geisle committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    91a0e67 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. update package-lock.json

    Nikolaj Geisle committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    029aecc View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Merge remote-tracking branch 'origin/v10/dev' into v10/feature/nullab…

    …le-reference-types-in-Umbraco-Core
    
    # Conflicts:
    #	build/build.ps1
    #	src/Umbraco.Core/Configuration/ConfigConnectionString.cs
    #	src/Umbraco.Core/Configuration/Models/ConnectionStrings.cs
    #	src/Umbraco.Core/Install/InstallSteps/TelemetryIdentifierStep.cs
    #	src/Umbraco.Core/Models/ContentType.cs
    #	src/Umbraco.Infrastructure/Migrations/Install/DatabaseBuilder.cs
    #	tests/Umbraco.Tests.AcceptanceTest/package.json
    Nikolaj Geisle committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    4ebd20b View commit details
    Browse the repository at this point in the history