Skip to content

Commit f48a544

Browse files
Bump the dotnet group with 4 updates (#7)
Updated [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/dotnet) from 10.0.10 to 10.0.11. <details> <summary>Release notes</summary> _Sourced from [Microsoft.EntityFrameworkCore.Design's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 18.8.1 to 18.9.0. <details> <summary>Release notes</summary> _Sourced from [Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._ ## 18.9.0 ## What's Changed * Fix tilde/exclamation characters corrupted in TerminalLogger test output by @​nohwnd in microsoft/vstest#16046 * Make TranslationLayer Native AOT-compatible by @​drewnoakes in microsoft/vstest#16045 * Guard GenerateProgramFile target against UseWinUI/UseUwpTools evaluation order by @​nohwnd in microsoft/vstest#16072 * Add RequestingAssembly to AssemblyResolveEventArgs for binary compat by @​nohwnd in microsoft/vstest#16076 * Remove stale Microsoft.Extensions.FileSystemGlobbing binding redirect from testhost.x86 and datacollector by @​Evangelink in microsoft/vstest#16082 * Fix TRX attachment paths when LogFileName contains a subdirectory by @​nohwnd in microsoft/vstest#15791 * Fix missing dumps for .NET Framework child processes in NetClientHangDumper by @​nohwnd in microsoft/vstest#16098 * Fix data collection channels to use negotiated protocol version instead of V1 by @​nohwnd in microsoft/vstest#16096 * Fix race condition in BlameCollector: skip hang dump when testhost hasn't launched yet by @​nohwnd in microsoft/vstest#16065 * Replace TestSDKAutoGeneratedCode with ExcludeFromCodeCoverage in auto-generated Program files by @​nohwnd in microsoft/vstest#16101 * Include testhost process path in crash error messages by @​nohwnd in microsoft/vstest#16108 * Fix DataDriven test results being double-counted in TRX logger totals by @​nohwnd in microsoft/vstest#15766 * Fix datacollector crash visibility: replace Assert with throwable exceptions by @​nohwnd in microsoft/vstest#16048 * Add TreatErrorMessagesAsWarnings parameter to TRX logger by @​nohwnd in microsoft/vstest#16106 * Wait for testhost stderr to drain before reading its crash output by @​nohwnd in microsoft/vstest#16128 * Handle runtimeconfig.dev.json without additionalProbingPaths by @​tmat in microsoft/vstest#16166 * Suggest Microsoft.NET.Test.Sdk when a managed test project brings no testhost by @​nohwnd in microsoft/vstest#16169 * Fix x86 testhost loading mismatched x64 hostfxr (0x800700C1) when run via vstest.console.exe directly (#​16151) by @​azat-msft in microsoft/vstest#16156 * Preserve the real exception (type + stack trace) when a test run aborts in BaseRunTests by @​nohwnd in microsoft/vstest#16167 ## New Contributors * @​drewnoakes made their first contribution in microsoft/vstest#16045 **Full Changelog**: microsoft/vstest@v18.8.0...v18.9.0 Commits viewable in [compare view](microsoft/vstest@v18.8.1...v18.9.0). </details> Updated [Umbraco.Cms](https://github.com/umbraco/Umbraco-CMS) from 18.1.0 to 18.1.1. <details> <summary>Release notes</summary> _Sourced from [Umbraco.Cms's releases](https://github.com/umbraco/Umbraco-CMS/releases)._ ## 18.1.1 ## What's Changed ### 🔒 Security * Resolved incorrect authorization lets Content-only backoffice users modify Templates, enabling remote code execution from GHSA-f7m5-5x7g-2p52 * Resolved insufficient authorization on Management API search endpoints from GHSA-w5q3-9wf8-43gg ### 🐛 Bug Fixes * Routing: Don't retain the fallback default culture captured during an upgrade boot (closes #​22581) by @​AndyButland in umbraco/Umbraco-CMS#23653 **Full Changelog**: umbraco/Umbraco-CMS@release-18.1.0-rc...release-18.1.1 Commits viewable in [compare view](umbraco/Umbraco-CMS@release-18.1.0...release-18.1.1). </details> Updated [uSync](https://github.com/KevinJump/uSync) from 18.0.3 to 18.1.1. <details> <summary>Release notes</summary> _Sourced from [uSync's releases](https://github.com/KevinJump/uSync/releases)._ ## 18.1.1 ## Fixes - **Import**: fixed a property that's been moved out of all groups (an empty tab, no matching `<Tabs>` entry) not actually persisting that move on import — it took a second import to stick. ([#​1043](KevinJump/uSync#1043)) - **Reliability**: save failures rejected by Umbraco (e.g. an invalid ISO code, a rejected content/media/template save) were previously discarded silently, so a failed import step could still get reported as a success. These now surface as proper import failures across Language, DictionaryItem, Webhook, ContentType/MediaType/MemberType, DataType, Domain, Template, Media, and Content serializers. ([#​1040](KevinJump/uSync#1040), [#​1042](KevinJump/uSync#1042)) - **Blueprints**: fixed bulk-imported content blueprints being saved through the wrong path, which silently corrupted their object type and caused duplicate-key errors on the next import. Blueprints saved during the second-pass bulk import now go through `SaveBlueprint` like a normal single-item save. ([#​1035](KevinJump/uSync#1035)) ## Other - Dependency bumps (chalk, vite-plugin-dts, and a few NuGet/npm dependency-group updates). - CI/CD: nightly builds are now automatically published to the [Azure Artifacts nightly feed](https://pkgs.dev.azure.com/jumoo/Public/_packaging/nightly/nuget/v3/index.json) on every push to this branch. ## 18.1.0 This is a minor update to uSync for Umbraco 18 — an opt-in import performance cache, a double-export fix for save-and-publish, several allocation/perf improvements ported from v17, and a move to the `Jumoo.Json` package for JSON handling. ## uSync 18.1.0 **Added** - **Opt-in import state cache — `uSync:Settings:CacheImportState` (default `false`).** uSync normally decides whether an item has changed by loading it, serializing it, and hashing it — every item, every run. With this on, uSync remembers the hash of items it has already confirmed match, so unchanged items are skipped without a database lookup or re-serialize on the next run. The first run after enabling it is no faster than before; the benefit lands on the second run. Read [`docs/perf/state-cache.md`](https://github.com/KevinJump/uSync/blob/v18/main/docs/perf/state-cache.md) before enabling it, especially the limitations section. ([#​1016](KevinJump/uSync#1016)) - **Extender API:** the cancelable per-item notifications gain an optional `Message` (used instead of uSync's generic cancel message) and, on the import/report ones, `Force`, so a subscriber can stand down when the user has asked for a forced import. **Fixed** - **Content and Library items are no longer exported twice by one editor action.** Umbraco 18.1 raises the saved notification for a save-and-publish as well as the published one ([umbraco/Umbraco-CMS#​23523](umbraco/Umbraco-CMS#23523)); uSync now shares a record of exported items across the notifications for one operation, so each item is exported once. ([#​1018](KevinJump/uSync#1018)) - `HandlerSettings.Clone()` no longer drops `CreateClean` and `FullFileOnDifference` — handlers that set either value in their own block are now honoured. - Property values containing a quote, backslash or control character are now converted to valid JSON (previously produced invalid JSON in the string fallback). Inherited with the move to `Jumoo.Json`. - Restored backoffice guard and content paging fixes that were dropped in the v17 → v18 merge. ([#​1012](KevinJump/uSync#1012)) **Performance** - Ported the v17 allocation work: fewer redundant dictionary lookups on hot paths, and `internal`/`private` classes are now `sealed` so the JIT can devirtualize their calls. No behavioural changes. ([#​1019](KevinJump/uSync#1019), [#​1020](KevinJump/uSync#1020)) > **Extender API:** `SyncHandlerRoot.SyncChangeInfo` is now `sealed` (still `protected`, so handlers can still construct/return one from `IsItemCurrentAsync`, just not derive from it). - **Handler settings now inherit from `HandlerDefaults`.** A handler's own settings block is layered over the set's defaults instead of replacing them wholesale, so it only needs to specify what it wants to change. ([#​1001](KevinJump/uSync#1001)) > **Breaking:** a handler block that previously reset settings back to built-in defaults will now inherit the set's `HandlerDefaults` instead. Review any set mixing `HandlerDefaults` with per-handler blocks. - **JSON helpers now come from the `Jumoo.Json` package**, replacing uSync's own copy which had drifted behind it. `uSync.Core.Extensions.JsonTextExtensions` still works but is `[Obsolete]` (removed in v20) — switch to `using Jumoo.Json;`. Note `TryGetPropertyAsObject` → `TryGetPropertyAsJsonObject`, `GetPropertyAsObject` → `GetPropertyAsJsonObject`, and missing/null values now return `null` instead of `string.Empty`. ([#​1014](KevinJump/uSync#1014), [#​1015](KevinJump/uSync#1015)) - Removed three O(n²) lookups from import (duplicate-key/"keys to keep" checks now use set lookups; second-pass content/media imports index the action list once instead of scanning it per item). ([#​1017](KevinJump/uSync#1017)) > Actions updated by a second pass are now updated in place, keeping their original position in the results list, rather than being moved to the end. Only display/reporting order is affected. > **Extender API:** `List<uSyncAction>.CreateActionIndex()` and a matching `UpdateActions(index, key, handlerAlias, attempt)` overload are new. - Serializing, comparing and expanding large property values allocates far less, some previously on the large object heap. Inherited with the move to `Jumoo.Json`. **Extender API** - `ISyncManagementService` gains `UnpackStreamAsync(Stream)`; the synchronous `UnpackStream(Stream)` is now obsolete (removed in v19). ([#​1005](KevinJump/uSync#1005)) **Cleanup** - Cleared the remaining build warnings left over from the Umbraco 18 upgrade: replaced `ITemplate.MasterTemplateAlias` with `LayoutTemplateAlias`, and inlined the legacy `{localLink:x}` parsing Umbraco is removing in v18. No behavioural changes. ([#​1002](KevinJump/uSync#1002), [#​1003](KevinJump/uSync#1003), [#​1004](KevinJump/uSync#1004)) **Full Changelog**: KevinJump/uSync@v18.0.3...v18.1.0 Commits viewable in [compare view](https://github.com/KevinJump/uSync/commits/v18.1.1). </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Levi Zitting <me@levizitting.com>
1 parent 9ead4a7 commit f48a544

29 files changed

Lines changed: 209 additions & 209 deletions

src/MethodConf.Cms/MethodConf.Cms.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
<ItemGroup>
1313
<PackageReference Include="FluentResults" Version="4.0.0" />
1414
<PackageReference Include="MimeKit" Version="4.17.0" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.10">
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.11">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>
1919
<PackageReference Include="Razor.Templating.Core" Version="3.1.0" />
2020
<PackageReference Include="Riok.Mapperly" Version="4.3.1" />
21-
<PackageReference Include="Umbraco.Cms" Version="18.1.0" />
22-
<PackageReference Include="uSync" Version="18.0.3" />
21+
<PackageReference Include="Umbraco.Cms" Version="18.1.1" />
22+
<PackageReference Include="uSync" Version="18.1.1" />
2323
</ItemGroup>
2424

2525
<ItemGroup>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<uSync version="18.0.3.0" format="10.7.0" hmac="" />
2+
<uSync version="18.1.1.0" format="10.7.0" hmac="" />

src/MethodConf.Cms/umbraco/models/Conference.generated.cs

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// <auto-generated>
33
// This code was generated by a tool.
44
//
5-
// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b
5+
// Umbraco.ModelsBuilder.Embedded v18.1.1+2d8d866
66
//
77
// Changes to this file will be lost if the code is regenerated.
88
// </auto-generated>
@@ -24,15 +24,15 @@ public partial class Conference : PublishedContentModel
2424
{
2525
// helpers
2626
#pragma warning disable 0109 // new is redundant
27-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
27+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
2828
public new const string ModelTypeAlias = "conference";
29-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
29+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
3030
public new const PublishedItemType ModelItemType = PublishedItemType.Content;
31-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
31+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
3232
[return: global::System.Diagnostics.CodeAnalysis.MaybeNull]
3333
public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache)
3434
=> PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias);
35-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
35+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
3636
[return: global::System.Diagnostics.CodeAnalysis.MaybeNull]
3737
public static IPublishedPropertyType GetModelPropertyType<TValue>(IPublishedContentTypeCache contentTypeCache, Expression<Func<Conference, TValue>> selector)
3838
=> PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector);
@@ -52,61 +52,61 @@ public Conference(IPublishedContent content, IPublishedValueFallback publishedVa
5252
///<summary>
5353
/// Call For Speakers Url
5454
///</summary>
55-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
55+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
5656
[global::System.Diagnostics.CodeAnalysis.MaybeNull]
5757
[ImplementPropertyType("callForSpeakersUrl")]
5858
public virtual string CallForSpeakersUrl => this.Value<string>(_publishedValueFallback, "callForSpeakersUrl");
5959

6060
///<summary>
6161
/// Date
6262
///</summary>
63-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
63+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
6464
[ImplementPropertyType("date")]
6565
public virtual global::System.DateTime Date => this.Value<global::System.DateTime>(_publishedValueFallback, "date");
6666

6767
///<summary>
6868
/// Location
6969
///</summary>
70-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
70+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
7171
[global::System.Diagnostics.CodeAnalysis.MaybeNull]
7272
[ImplementPropertyType("location")]
7373
public virtual string Location => this.Value<string>(_publishedValueFallback, "location");
7474

7575
///<summary>
7676
/// Mobile App Links
7777
///</summary>
78-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
78+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
7979
[global::System.Diagnostics.CodeAnalysis.MaybeNull]
8080
[ImplementPropertyType("mobileAppLinks")]
8181
public virtual global::System.Collections.Generic.IEnumerable<global::Umbraco.Cms.Core.Models.Link> MobileAppLinks => this.Value<global::System.Collections.Generic.IEnumerable<global::Umbraco.Cms.Core.Models.Link>>(_publishedValueFallback, "mobileAppLinks");
8282

8383
///<summary>
8484
/// Register Url
8585
///</summary>
86-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
86+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
8787
[global::System.Diagnostics.CodeAnalysis.MaybeNull]
8888
[ImplementPropertyType("registerUrl")]
8989
public virtual string RegisterUrl => this.Value<string>(_publishedValueFallback, "registerUrl");
9090

9191
///<summary>
9292
/// Survey Available At: Determines when the survey will be available in the app
9393
///</summary>
94-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
94+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
9595
[ImplementPropertyType("surveyAvailableAt")]
9696
public virtual global::System.DateTime SurveyAvailableAt => this.Value<global::System.DateTime>(_publishedValueFallback, "surveyAvailableAt");
9797

9898
///<summary>
9999
/// Survey Url
100100
///</summary>
101-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
101+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
102102
[global::System.Diagnostics.CodeAnalysis.MaybeNull]
103103
[ImplementPropertyType("surveyUrl")]
104104
public virtual global::Umbraco.Cms.Core.Models.Link SurveyUrl => this.Value<global::Umbraco.Cms.Core.Models.Link>(_publishedValueFallback, "surveyUrl");
105105

106106
///<summary>
107107
/// Tagline
108108
///</summary>
109-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
109+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
110110
[global::System.Diagnostics.CodeAnalysis.MaybeNull]
111111
[ImplementPropertyType("tagline")]
112112
public virtual string Tagline => this.Value<string>(_publishedValueFallback, "tagline");

src/MethodConf.Cms/umbraco/models/Conferences.generated.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// <auto-generated>
33
// This code was generated by a tool.
44
//
5-
// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b
5+
// Umbraco.ModelsBuilder.Embedded v18.1.1+2d8d866
66
//
77
// Changes to this file will be lost if the code is regenerated.
88
// </auto-generated>
@@ -24,15 +24,15 @@ public partial class Conferences : PublishedContentModel
2424
{
2525
// helpers
2626
#pragma warning disable 0109 // new is redundant
27-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
27+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
2828
public new const string ModelTypeAlias = "conferences";
29-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
29+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
3030
public new const PublishedItemType ModelItemType = PublishedItemType.Content;
31-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
31+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
3232
[return: global::System.Diagnostics.CodeAnalysis.MaybeNull]
3333
public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache)
3434
=> PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias);
35-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
35+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
3636
[return: global::System.Diagnostics.CodeAnalysis.MaybeNull]
3737
public static IPublishedPropertyType GetModelPropertyType<TValue>(IPublishedContentTypeCache contentTypeCache, Expression<Func<Conferences, TValue>> selector)
3838
=> PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector);

src/MethodConf.Cms/umbraco/models/File.generated.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// <auto-generated>
33
// This code was generated by a tool.
44
//
5-
// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b
5+
// Umbraco.ModelsBuilder.Embedded v18.1.1+2d8d866
66
//
77
// Changes to this file will be lost if the code is regenerated.
88
// </auto-generated>
@@ -24,15 +24,15 @@ public partial class File : PublishedContentModel
2424
{
2525
// helpers
2626
#pragma warning disable 0109 // new is redundant
27-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
27+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
2828
public new const string ModelTypeAlias = "File";
29-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
29+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
3030
public new const PublishedItemType ModelItemType = PublishedItemType.Media;
31-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
31+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
3232
[return: global::System.Diagnostics.CodeAnalysis.MaybeNull]
3333
public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache)
3434
=> PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias);
35-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
35+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
3636
[return: global::System.Diagnostics.CodeAnalysis.MaybeNull]
3737
public static IPublishedPropertyType GetModelPropertyType<TValue>(IPublishedContentTypeCache contentTypeCache, Expression<Func<File, TValue>> selector)
3838
=> PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector);
@@ -52,22 +52,22 @@ public File(IPublishedContent content, IPublishedValueFallback publishedValueFal
5252
///<summary>
5353
/// File size
5454
///</summary>
55-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
55+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
5656
[ImplementPropertyType("umbracoBytes")]
5757
public virtual long UmbracoBytes => this.Value<long>(_publishedValueFallback, "umbracoBytes");
5858

5959
///<summary>
6060
/// File extension
6161
///</summary>
62-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
62+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
6363
[global::System.Diagnostics.CodeAnalysis.MaybeNull]
6464
[ImplementPropertyType("umbracoExtension")]
6565
public virtual string UmbracoExtension => this.Value<string>(_publishedValueFallback, "umbracoExtension");
6666

6767
///<summary>
6868
/// File
6969
///</summary>
70-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
70+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
7171
[global::System.Diagnostics.CodeAnalysis.MaybeNull]
7272
[ImplementPropertyType("umbracoFile")]
7373
public virtual string UmbracoFile => this.Value<string>(_publishedValueFallback, "umbracoFile");

src/MethodConf.Cms/umbraco/models/Folder.generated.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// <auto-generated>
33
// This code was generated by a tool.
44
//
5-
// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b
5+
// Umbraco.ModelsBuilder.Embedded v18.1.1+2d8d866
66
//
77
// Changes to this file will be lost if the code is regenerated.
88
// </auto-generated>
@@ -24,15 +24,15 @@ public partial class Folder : PublishedContentModel
2424
{
2525
// helpers
2626
#pragma warning disable 0109 // new is redundant
27-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
27+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
2828
public new const string ModelTypeAlias = "Folder";
29-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
29+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
3030
public new const PublishedItemType ModelItemType = PublishedItemType.Media;
31-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
31+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
3232
[return: global::System.Diagnostics.CodeAnalysis.MaybeNull]
3333
public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache)
3434
=> PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias);
35-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
35+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
3636
[return: global::System.Diagnostics.CodeAnalysis.MaybeNull]
3737
public static IPublishedPropertyType GetModelPropertyType<TValue>(IPublishedContentTypeCache contentTypeCache, Expression<Func<Folder, TValue>> selector)
3838
=> PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector);

src/MethodConf.Cms/umbraco/models/Home.generated.cs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// <auto-generated>
33
// This code was generated by a tool.
44
//
5-
// Umbraco.ModelsBuilder.Embedded v18.1.0+fb0dc5b
5+
// Umbraco.ModelsBuilder.Embedded v18.1.1+2d8d866
66
//
77
// Changes to this file will be lost if the code is regenerated.
88
// </auto-generated>
@@ -24,15 +24,15 @@ public partial class Home : PublishedContentModel, IPage
2424
{
2525
// helpers
2626
#pragma warning disable 0109 // new is redundant
27-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
27+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
2828
public new const string ModelTypeAlias = "home";
29-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
29+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
3030
public new const PublishedItemType ModelItemType = PublishedItemType.Content;
31-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
31+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
3232
[return: global::System.Diagnostics.CodeAnalysis.MaybeNull]
3333
public new static IPublishedContentType GetModelContentType(IPublishedContentTypeCache contentTypeCache)
3434
=> PublishedModelUtility.GetModelContentType(contentTypeCache, ModelItemType, ModelTypeAlias);
35-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
35+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
3636
[return: global::System.Diagnostics.CodeAnalysis.MaybeNull]
3737
public static IPublishedPropertyType GetModelPropertyType<TValue>(IPublishedContentTypeCache contentTypeCache, Expression<Func<Home, TValue>> selector)
3838
=> PublishedModelUtility.GetModelPropertyType(GetModelContentType(contentTypeCache), selector);
@@ -52,31 +52,31 @@ public Home(IPublishedContent content, IPublishedValueFallback publishedValueFal
5252
///<summary>
5353
/// Blocks
5454
///</summary>
55-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
55+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
5656
[global::System.Diagnostics.CodeAnalysis.MaybeNull]
5757
[ImplementPropertyType("blocks")]
5858
public virtual global::Umbraco.Cms.Core.Models.Blocks.BlockListModel Blocks => global::Umbraco.Cms.Web.Common.PublishedModels.Page.GetBlocks(this, _publishedValueFallback);
5959

6060
///<summary>
6161
/// Meta Description
6262
///</summary>
63-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
63+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
6464
[global::System.Diagnostics.CodeAnalysis.MaybeNull]
6565
[ImplementPropertyType("metaDescription")]
6666
public virtual string MetaDescription => global::Umbraco.Cms.Web.Common.PublishedModels.Page.GetMetaDescription(this, _publishedValueFallback);
6767

6868
///<summary>
6969
/// Open Graph Image
7070
///</summary>
71-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
71+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
7272
[global::System.Diagnostics.CodeAnalysis.MaybeNull]
7373
[ImplementPropertyType("openGraphImage")]
7474
public virtual global::Umbraco.Cms.Core.Models.MediaWithCrops OpenGraphImage => global::Umbraco.Cms.Web.Common.PublishedModels.Page.GetOpenGraphImage(this, _publishedValueFallback);
7575

7676
///<summary>
7777
/// Title
7878
///</summary>
79-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.0+fb0dc5b")]
79+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "18.1.1+2d8d866")]
8080
[global::System.Diagnostics.CodeAnalysis.MaybeNull]
8181
[ImplementPropertyType("title")]
8282
public virtual string Title => global::Umbraco.Cms.Web.Common.PublishedModels.Page.GetTitle(this, _publishedValueFallback);

0 commit comments

Comments
 (0)