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: Fix build warnings in core #12438

Merged
merged 119 commits into from
Jun 7, 2022
Merged

Commits on May 6, 2022

  1. Run code cleanup

    Nikolaj Geisle committed May 6, 2022
    Configuration menu
    Copy the full SHA
    2056e5d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Start manual cleanup after dotnet format

    Nikolaj Geisle committed May 17, 2022
    Configuration menu
    Copy the full SHA
    869c48b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Finish up manual pass

    Nikolaj Geisle committed May 19, 2022
    Configuration menu
    Copy the full SHA
    ffa487e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Fix up missed warnings

    Nikolaj Geisle committed May 20, 2022
    Configuration menu
    Copy the full SHA
    bb8763e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/v10/dev' into v10/bugfix/fix-bui…

    …ld-warnings-in-Core
    
    # Conflicts:
    #	src/Umbraco.Core/Composing/ComponentComposer.cs
    #	src/Umbraco.Core/Configuration/ConfigureConnectionStrings.cs
    #	src/Umbraco.Core/Configuration/Models/ConnectionStrings.cs
    #	src/Umbraco.Core/Constants-System.cs
    #	src/Umbraco.Core/DependencyInjection/IUmbracoBuilder.cs
    #	src/Umbraco.Core/DependencyInjection/UmbracoBuilder.CollectionBuilders.cs
    #	src/Umbraco.Core/DependencyInjection/UmbracoBuilder.Collections.cs
    #	src/Umbraco.Core/DependencyInjection/UmbracoBuilder.Configuration.cs
    #	src/Umbraco.Core/DependencyInjection/UmbracoBuilder.cs
    #	src/Umbraco.Core/Deploy/ArtifactBase.cs
    #	src/Umbraco.Core/Deploy/ArtifactDeployState.cs
    #	src/Umbraco.Core/Deploy/ArtifactDeployStateOfTArtifactTEntity.cs
    #	src/Umbraco.Core/Deploy/IArtifactSignature.cs
    #	src/Umbraco.Core/Deploy/IDataTypeConfigurationConnector.cs
    #	src/Umbraco.Core/Deploy/IValueConnector.cs
    #	src/Umbraco.Core/Extensions/ConnectionStringExtensions.cs
    #	src/Umbraco.Core/Install/Models/UserModel.cs
    #	src/Umbraco.Core/Models/ContentEditing/ContentItemDisplay.cs
    #	src/Umbraco.Core/Models/Mapping/ContentVariantMapper.cs
    #	src/Umbraco.Core/Models/Mapping/MemberTabsAndPropertiesMapper.cs
    #	src/Umbraco.Core/Models/Membership/MemberExportModel.cs
    #	src/Umbraco.Core/Persistence/Repositories/ITemplateRepository.cs
    #	src/Umbraco.Core/Services/FileService.cs
    #	src/Umbraco.Core/Services/IFileService.cs
    #	src/Umbraco.Core/Services/ILocalizationService.cs
    #	src/Umbraco.Core/Services/IMediaService.cs
    #	src/Umbraco.Core/Services/IMemberService.cs
    #	src/Umbraco.Core/Services/IMembershipRoleService.cs
    #	src/Umbraco.Core/Services/LocalizationService.cs
    #	src/Umbraco.Core/Services/MediaService.cs
    #	src/Umbraco.Core/Services/MemberService.cs
    #	src/Umbraco.Core/Services/MetricsConsentService.cs
    Nikolaj Geisle committed May 20, 2022
    Configuration menu
    Copy the full SHA
    d399210 View commit details
    Browse the repository at this point in the history
  3. Fix after merge

    Nikolaj Geisle committed May 20, 2022
    Configuration menu
    Copy the full SHA
    a6cea61 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Update src/Umbraco.Core/Cache/ContentTypeCacheRefresher.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    f86682c View commit details
    Browse the repository at this point in the history
  2. Update src/Umbraco.Core/Cache/DataTypeCacheRefresher.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    fdb6ed5 View commit details
    Browse the repository at this point in the history
  3. Update src/Umbraco.Core/Cache/DeepCloneAppCache.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    8ac48ed View commit details
    Browse the repository at this point in the history
  4. Update src/Umbraco.Core/Cache/DomainCacheRefresher.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    e1e7667 View commit details
    Browse the repository at this point in the history
  5. Update src/Umbraco.Core/Cache/FastDictionaryAppCacheBase.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    441c471 View commit details
    Browse the repository at this point in the history
  6. Update src/Umbraco.Core/Cache/FastDictionaryAppCacheBase.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    bef747b View commit details
    Browse the repository at this point in the history
  7. Update src/Umbraco.Core/Cache/FastDictionaryAppCacheBase.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c059af6 View commit details
    Browse the repository at this point in the history
  8. Update src/Umbraco.Core/Cache/FastDictionaryAppCacheBase.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    1c93056 View commit details
    Browse the repository at this point in the history
  9. Update src/Umbraco.Core/Cache/FastDictionaryAppCacheBase.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    6834c02 View commit details
    Browse the repository at this point in the history
  10. Update src/Umbraco.Core/Cache/MacroCacheRefresher.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    dfc0bf8 View commit details
    Browse the repository at this point in the history
  11. Update src/Umbraco.Core/Cache/MediaCacheRefresher.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    6e80faa View commit details
    Browse the repository at this point in the history
  12. Update src/Umbraco.Core/Cache/MemberCacheRefresher.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    f10dd03 View commit details
    Browse the repository at this point in the history
  13. Update src/Umbraco.Core/Cache/MemberGroupCacheRefresher.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    1a4921c View commit details
    Browse the repository at this point in the history
  14. Update src/Umbraco.Core/Composing/OrderedCollectionBuilderBase.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    13f05bb View commit details
    Browse the repository at this point in the history
  15. Update src/Umbraco.Core/Configuration/Models/RequestHandlerSettings.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    e42fa7a View commit details
    Browse the repository at this point in the history
  16. Update src/Umbraco.Core/Composing/SetCollectionBuilderBase.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    36db366 View commit details
    Browse the repository at this point in the history
  17. Update src/Umbraco.Core/Composing/WeightedCollectionBuilderBase.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    003d0c2 View commit details
    Browse the repository at this point in the history
  18. Update src/Umbraco.Core/ContentApps/ContentAppFactoryCollectionBuilde…

    …r.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    6c5da5a View commit details
    Browse the repository at this point in the history
  19. Update src/Umbraco.Core/Dashboards/DashboardCollectionBuilder.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    9239fc3 View commit details
    Browse the repository at this point in the history
  20. Update src/Umbraco.Core/Extensions/StringExtensions.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    649431f View commit details
    Browse the repository at this point in the history
  21. Update src/Umbraco.Core/Extensions/StringExtensions.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    cddaa5c View commit details
    Browse the repository at this point in the history
  22. Update src/Umbraco.Core/Extensions/StringExtensions.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    cf4e8a7 View commit details
    Browse the repository at this point in the history
  23. Update src/Umbraco.Core/Extensions/StringExtensions.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    0f39bd3 View commit details
    Browse the repository at this point in the history
  24. Update src/Umbraco.Core/Extensions/StringExtensions.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    5f1b3e6 View commit details
    Browse the repository at this point in the history
  25. Update src/Umbraco.Core/Extensions/StringExtensions.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    acb21aa View commit details
    Browse the repository at this point in the history
  26. Update src/Umbraco.Core/Extensions/StringExtensions.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    600b07d View commit details
    Browse the repository at this point in the history
  27. Update src/Umbraco.Core/Notifications/ContentTypeRefreshedNotificatio…

    …n.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    720d746 View commit details
    Browse the repository at this point in the history
  28. Update src/Umbraco.Core/Notifications/ContentTypeSavedNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    13c5236 View commit details
    Browse the repository at this point in the history
  29. Update src/Umbraco.Core/Notifications/ContentTypeSavingNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    e0b16b4 View commit details
    Browse the repository at this point in the history
  30. Update src/Umbraco.Core/Notifications/DictionaryCacheRefresherNotific…

    …ation.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    883cb0d View commit details
    Browse the repository at this point in the history
  31. Update src/Umbraco.Core/Notifications/DataTypeCacheRefresherNotificat…

    …ion.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    d780e7a View commit details
    Browse the repository at this point in the history
  32. Update src/Umbraco.Core/Notifications/ContentUnpublishingNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    8e4e9d0 View commit details
    Browse the repository at this point in the history
  33. Update src/Umbraco.Core/Notifications/DictionaryItemDeletingNotificat…

    …ion.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    cbfdc91 View commit details
    Browse the repository at this point in the history
  34. Update src/Umbraco.Core/Notifications/DictionaryItemSavedNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    2258beb View commit details
    Browse the repository at this point in the history
  35. Update src/Umbraco.Core/Notifications/DictionaryItemSavingNotificatio…

    …n.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    cf9b7a6 View commit details
    Browse the repository at this point in the history
  36. Update src/Umbraco.Core/Notifications/DomainCacheRefresherNotificatio…

    …n.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    4236d1b View commit details
    Browse the repository at this point in the history
  37. Update src/Umbraco.Core/Notifications/LanguageCacheRefresherNotificat…

    …ion.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    10dadb8 View commit details
    Browse the repository at this point in the history
  38. Update src/Umbraco.Core/Notifications/MacroCacheRefresherNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    02727d6 View commit details
    Browse the repository at this point in the history
  39. Update src/Umbraco.Core/Notifications/MediaCacheRefresherNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c012522 View commit details
    Browse the repository at this point in the history
  40. Update src/Umbraco.Core/Notifications/MediaEmptiedRecycleBinNotificat…

    …ion.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    9bd4d8a View commit details
    Browse the repository at this point in the history
  41. Update src/Umbraco.Core/Notifications/MediaEmptyingRecycleBinNotifica…

    …tion.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    0bd3f02 View commit details
    Browse the repository at this point in the history
  42. Update src/Umbraco.Core/Notifications/MediaMovedNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    2d72eff View commit details
    Browse the repository at this point in the history
  43. Update src/Umbraco.Core/Notifications/MediaMovedToRecycleBinNotificat…

    …ion.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    2af8898 View commit details
    Browse the repository at this point in the history
  44. Update src/Umbraco.Core/Extensions/StringExtensions.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    ce850c0 View commit details
    Browse the repository at this point in the history
  45. Update src/Umbraco.Core/Extensions/StringExtensions.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    7bb7299 View commit details
    Browse the repository at this point in the history
  46. Update src/Umbraco.Core/Extensions/StringExtensions.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    26b88e9 View commit details
    Browse the repository at this point in the history
  47. Update src/Umbraco.Core/Extensions/StringExtensions.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    21b5bb1 View commit details
    Browse the repository at this point in the history
  48. Update src/Umbraco.Core/Extensions/StringExtensions.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    67f6885 View commit details
    Browse the repository at this point in the history
  49. Update src/Umbraco.Core/Extensions/StringExtensions.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    7a08b72 View commit details
    Browse the repository at this point in the history
  50. Update src/Umbraco.Core/Notifications/MediaMovedToRecycleBinNotificat…

    …ion.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    af2f9f7 View commit details
    Browse the repository at this point in the history
  51. Update src/Umbraco.Core/Notifications/MediaMovingNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    61c9bed View commit details
    Browse the repository at this point in the history
  52. Update src/Umbraco.Core/Notifications/MediaMovingToRecycleBinNotifica…

    …tion.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    47eb1c4 View commit details
    Browse the repository at this point in the history
  53. Update src/Umbraco.Core/Notifications/MediaTreeChangeNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    f547324 View commit details
    Browse the repository at this point in the history
  54. Update src/Umbraco.Core/Notifications/MediaTreeChangeNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    5d6c842 View commit details
    Browse the repository at this point in the history
  55. Update src/Umbraco.Core/Notifications/MediaTypeChangedNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    a9f17b1 View commit details
    Browse the repository at this point in the history
  56. Update src/Umbraco.Core/Notifications/MediaTypeDeletingNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    7fd4e26 View commit details
    Browse the repository at this point in the history
  57. Update src/Umbraco.Core/Notifications/MediaTypeMovedNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    61396d3 View commit details
    Browse the repository at this point in the history
  58. Update src/Umbraco.Core/Notifications/MediaTypeMovingNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c3eb485 View commit details
    Browse the repository at this point in the history
  59. Update src/Umbraco.Core/Notifications/MediaTypeMovingNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    9812bb3 View commit details
    Browse the repository at this point in the history
  60. Update src/Umbraco.Core/Notifications/MediaTypeRefreshedNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    6729dcc View commit details
    Browse the repository at this point in the history
  61. Update src/Umbraco.Core/Notifications/MemberCacheRefresherNotificatio…

    …n.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    b40ba1c View commit details
    Browse the repository at this point in the history
  62. Update src/Umbraco.Core/Notifications/MemberGroupCacheRefresherNotifi…

    …cation.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    cef658a View commit details
    Browse the repository at this point in the history
  63. Update src/Umbraco.Core/Notifications/MemberGroupDeletingNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    ff2b8e9 View commit details
    Browse the repository at this point in the history
  64. Update src/Umbraco.Core/Notifications/MemberGroupSavedNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    159a3a7 View commit details
    Browse the repository at this point in the history
  65. Update src/Umbraco.Core/Notifications/MemberGroupSavingNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    0817fd7 View commit details
    Browse the repository at this point in the history
  66. Update src/Umbraco.Core/Notifications/MemberTypeChangedNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    990cb3d View commit details
    Browse the repository at this point in the history
  67. Update src/Umbraco.Core/Notifications/MemberTypeDeletedNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    330390a View commit details
    Browse the repository at this point in the history
  68. Update src/Umbraco.Core/Notifications/MemberTypeDeletingNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    78c5fd0 View commit details
    Browse the repository at this point in the history
  69. Update src/Umbraco.Core/Notifications/MemberTypeMovedNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c8ce324 View commit details
    Browse the repository at this point in the history
  70. Update src/Umbraco.Core/Notifications/MemberTypeMovedNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    db1e3b9 View commit details
    Browse the repository at this point in the history
  71. Update src/Umbraco.Core/Notifications/MemberTypeMovingNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    3a22e8f View commit details
    Browse the repository at this point in the history
  72. Update src/Umbraco.Core/Notifications/MemberTypeMovingNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    4905375 View commit details
    Browse the repository at this point in the history
  73. Update src/Umbraco.Core/Notifications/MemberTypeRefreshedNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    2c090a0 View commit details
    Browse the repository at this point in the history
  74. Update src/Umbraco.Core/Notifications/MemberTypeSavingNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    ff4aca8 View commit details
    Browse the repository at this point in the history
  75. Update src/Umbraco.Core/Extensions/StringExtensions.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    2683672 View commit details
    Browse the repository at this point in the history
  76. Update src/Umbraco.Core/Extensions/UriExtensions.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    b2dea4c View commit details
    Browse the repository at this point in the history
  77. Update src/Umbraco.Core/Notifications/MovedToRecycleBinNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    1ce4aef View commit details
    Browse the repository at this point in the history
  78. Update src/Umbraco.Core/Notifications/MovedToRecycleBinNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    f72a01d View commit details
    Browse the repository at this point in the history
  79. Update src/Umbraco.Core/Notifications/MovingToRecycleBinNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    acdabe2 View commit details
    Browse the repository at this point in the history
  80. Update src/Umbraco.Core/Notifications/MovingToRecycleBinNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c0694f6 View commit details
    Browse the repository at this point in the history
  81. Update src/Umbraco.Core/Notifications/PartialViewDeletingNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    2514d7a View commit details
    Browse the repository at this point in the history
  82. Update src/Umbraco.Core/Extensions/UriExtensions.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    b56e493 View commit details
    Browse the repository at this point in the history
  83. Update src/Umbraco.Core/IO/PhysicalFileSystem.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    4dd4a58 View commit details
    Browse the repository at this point in the history
  84. Update src/Umbraco.Core/IO/PhysicalFileSystem.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    38ec95d View commit details
    Browse the repository at this point in the history
  85. Update src/Umbraco.Core/IO/ShadowWrapper.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    b463e47 View commit details
    Browse the repository at this point in the history
  86. Update src/Umbraco.Core/Logging/DisposableTimer.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    159272d View commit details
    Browse the repository at this point in the history
  87. Update src/Umbraco.Core/Install/InstallSteps/UpgradeStep.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    78886ba View commit details
    Browse the repository at this point in the history
  88. Update src/Umbraco.Core/Mapping/MapDefinitionCollectionBuilder.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    b4c6cf5 View commit details
    Browse the repository at this point in the history
  89. Update src/Umbraco.Core/Media/EmbedProviders/EmbedProvidersCollection…

    …Builder.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    e540c44 View commit details
    Browse the repository at this point in the history
  90. Update src/Umbraco.Core/Notifications/PartialViewSavedNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    cc3506a View commit details
    Browse the repository at this point in the history
  91. Update src/Umbraco.Core/Models/ContentEditing/ContentVariationDisplay.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    7480738 View commit details
    Browse the repository at this point in the history
  92. Update src/Umbraco.Core/Notifications/PartialViewSavingNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    d860a68 View commit details
    Browse the repository at this point in the history
  93. Update src/Umbraco.Core/Notifications/PublicAccessCacheRefresherNotif…

    …ication.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    8a02257 View commit details
    Browse the repository at this point in the history
  94. Update src/Umbraco.Core/Notifications/PublicAccessEntryDeletedNotific…

    …ation.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    8d23456 View commit details
    Browse the repository at this point in the history
  95. Update src/Umbraco.Core/Notifications/PublicAccessEntryDeletingNotifi…

    …cation.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    8dbc4a3 View commit details
    Browse the repository at this point in the history
  96. Update src/Umbraco.Core/Notifications/PublicAccessEntryDeletingNotifi…

    …cation.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    d4f26df View commit details
    Browse the repository at this point in the history
  97. Update src/Umbraco.Core/Notifications/PublicAccessEntrySavedNotificat…

    …ion.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    a594b64 View commit details
    Browse the repository at this point in the history
  98. Update src/Umbraco.Core/Notifications/PublicAccessEntrySavingNotifica…

    …tion.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    9587d81 View commit details
    Browse the repository at this point in the history
  99. Update src/Umbraco.Core/Notifications/PublicAccessEntrySavingNotifica…

    …tion.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    0173eab View commit details
    Browse the repository at this point in the history
  100. Update src/Umbraco.Core/Notifications/RelationTypeCacheRefresherNotif…

    …ication.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    8ed9460 View commit details
    Browse the repository at this point in the history
  101. Update src/Umbraco.Core/Notifications/RelationTypeDeletingNotificatio…

    …n.cs
    
    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    1414932 View commit details
    Browse the repository at this point in the history
  102. Update src/Umbraco.Core/Notifications/RelationTypeSavedNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    cbe4c45 View commit details
    Browse the repository at this point in the history
  103. Update src/Umbraco.Core/Notifications/RelationTypeSavingNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    3c02be5 View commit details
    Browse the repository at this point in the history
  104. Update src/Umbraco.Core/Notifications/StatefulNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    650aeb0 View commit details
    Browse the repository at this point in the history
  105. Update src/Umbraco.Core/Notifications/StylesheetDeletingNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    92e196c View commit details
    Browse the repository at this point in the history
  106. Update src/Umbraco.Core/Notifications/StylesheetSavingNotification.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    78f831b View commit details
    Browse the repository at this point in the history
  107. Update src/Umbraco.Core/Models/DeepCloneHelper.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c64688a View commit details
    Browse the repository at this point in the history
  108. Update src/Umbraco.Core/Models/File.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    85da9b9 View commit details
    Browse the repository at this point in the history
  109. Update src/Umbraco.Core/Models/PropertyGroupExtensions.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    dfc23be View commit details
    Browse the repository at this point in the history
  110. Update src/Umbraco.Core/Models/PropertyGroupExtensions.cs

    Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
    Zeegaan and nikolajlauridsen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    7531c3c View commit details
    Browse the repository at this point in the history
  111. Fix based on review

    Zeegaan committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c4214ac View commit details
    Browse the repository at this point in the history
  112. Merge remote-tracking branch 'origin/v10/dev' into v10/bugfix/fix-bui…

    …ld-warnings-in-Core
    
    # Conflicts:
    #	src/Umbraco.Core/Actions/ActionAssignDomain.cs
    #	src/Umbraco.Core/Actions/ActionDelete.cs
    #	src/Umbraco.Core/Configuration/ITypeFinderSettings.cs
    #	src/Umbraco.Core/Configuration/Models/ActiveDirectorySettings.cs
    #	src/Umbraco.Core/Configuration/Models/BasicAuthSettings.cs
    #	src/Umbraco.Core/Constants-Configuration.cs
    #	src/Umbraco.Core/DependencyInjection/ServiceCollectionExtensions.cs
    #	src/Umbraco.Core/Routing/UrlProvider.cs
    #	src/Umbraco.Core/Security/IBackofficeSecurity.cs
    #	src/Umbraco.Core/Services/BasicAuthService.cs
    #	src/Umbraco.Core/Services/ContentTypeServiceBaseOfTRepositoryTItemTService.cs
    #	src/Umbraco.Core/Services/IBasicAuthService.cs
    Zeegaan committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    9687dfd View commit details
    Browse the repository at this point in the history
  113. Fix after merge

    Signed-off-by: Zeegaan <nge@umbraco.dk>
    Zeegaan committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    f0e7547 View commit details
    Browse the repository at this point in the history