Skip to content

V10: fix build warnings infrastructure#12369

Merged
Zeegaan merged 61 commits intov10/devfrom
v10/bugfix/fix-build-warnings-Infrastructure
Jun 2, 2022
Merged

V10: fix build warnings infrastructure#12369
Zeegaan merged 61 commits intov10/devfrom
v10/bugfix/fix-build-warnings-Infrastructure

Conversation

@Zeegaan
Copy link
Copy Markdown
Member

@Zeegaan Zeegaan commented May 6, 2022

Notes

How to review

  • A great tip from @nikolajlauridsen is to remove whitespace changes when reviewing the files changed!
  • Click the cogwheel to open the settings menu, enable "Hide whitespace" and click "Apply and reload"
    image

Nikolaj Geisle added 10 commits May 4, 2022 10:49
…ld-warnings-Infrastructure

# Conflicts:
#	src/Umbraco.Infrastructure/DependencyInjection/UmbracoBuilder.Repositories.cs
#	src/Umbraco.Infrastructure/Packaging/PackageDataInstallation.cs
#	src/Umbraco.Infrastructure/Persistence/Repositories/Implement/UserRepository.cs
#	src/Umbraco.Infrastructure/Scoping/Scope.cs
#	src/Umbraco.Infrastructure/Security/BackOfficeUserStore.cs
#	src/Umbraco.Infrastructure/Security/MemberUserStore.cs
# Conflicts:
#	src/Umbraco.Infrastructure/Persistence/Repositories/Implement/TemplateRepository.cs
# Conflicts:
#	src/Umbraco.Infrastructure/DependencyInjection/UmbracoBuilder.CoreServices.cs
#	src/Umbraco.Infrastructure/DependencyInjection/UmbracoBuilder.MappingProfiles.cs
#	src/Umbraco.Infrastructure/DependencyInjection/UmbracoBuilder.Repositories.cs
#	src/Umbraco.Infrastructure/Deploy/IGridCellValueConnector.cs
#	src/Umbraco.Infrastructure/Install/InstallSteps/DatabaseConfigureStep.cs
#	src/Umbraco.Infrastructure/Install/InstallSteps/NewInstallStep.cs
#	src/Umbraco.Infrastructure/Install/UnattendedUpgrader.cs
#	src/Umbraco.Infrastructure/Migrations/Install/DatabaseBuilder.cs
#	src/Umbraco.Infrastructure/Models/GridValue.cs
#	src/Umbraco.Infrastructure/Persistence/NPocoSqlExtensions.cs
#	src/Umbraco.Infrastructure/PropertyEditors/GridPropertyEditor.cs
#	src/Umbraco.Infrastructure/Runtime/RuntimeState.cs
#	src/Umbraco.Infrastructure/Scoping/Scope.cs
#	src/Umbraco.Infrastructure/Templates/HtmlMacroParameterParser.cs
Copy link
Copy Markdown
Contributor

@nikolajlauridsen nikolajlauridsen left a comment

Choose a reason for hiding this comment

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

Not quite done reviewing 730/835, but don't want to lose my review progress, so I'll submit it in two parts

Copy link
Copy Markdown
Contributor

@nikolajlauridsen nikolajlauridsen left a comment

Choose a reason for hiding this comment

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

Found a few more things, other than that LGTM 💪

Zeegaan and others added 16 commits May 31, 2022 15:30
…DistributedCache.cs

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
…Repositories.cs

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
…Repositories.cs

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
…er.cs

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
…tor.cs

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
…nsions.cs

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
Zeegaan and others added 27 commits June 1, 2022 13:43
…erPropertiesAsColumns.cs

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
…r.cs

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
…pper.cs

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
…pper.cs

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
…per.cs

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
…per.cs

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
…per.cs

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
…per.cs

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
…ilder.cs

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
…torBase.cs

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
…ExternalLoginRepository.cs

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
# Conflicts:
#	src/Umbraco.Infrastructure/Configuration/JsonConfigManipulator.cs
#	src/Umbraco.Infrastructure/Install/InstallHelper.cs
#	src/Umbraco.Infrastructure/Install/InstallSteps/DatabaseConfigureStep.cs
#	src/Umbraco.Infrastructure/Install/InstallSteps/DatabaseUpgradeStep.cs
#	src/Umbraco.Infrastructure/Install/InstallSteps/NewInstallStep.cs
#	src/Umbraco.Infrastructure/Migrations/Install/DatabaseBuilder.cs
#	src/Umbraco.Infrastructure/Persistence/UmbracoDatabaseFactory.cs
#	src/Umbraco.Infrastructure/Scoping/LegacyIScopeProvider.cs
#	src/Umbraco.Infrastructure/Services/CacheInstructionService.cs
@Zeegaan Zeegaan merged commit f4e333c into v10/dev Jun 2, 2022
@Zeegaan Zeegaan deleted the v10/bugfix/fix-build-warnings-Infrastructure branch June 2, 2022 06:18
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.

2 participants