Skip to content

Commit a5a5fb3

Browse files
Merge branch 'main' into dev/mandel/property-or-field-validator
2 parents 5a43790 + 049bb0a commit a5a5fb3

File tree

55 files changed

+1151
-241
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1151
-241
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: branch_classification
2+
resource: repository
3+
disabled: false
4+
where:
5+
configuration:
6+
branchClassificationSettings:
7+
defaultClassification: nonproduction
8+
ruleset:
9+
- name: prod-branches
10+
branchNames:
11+
- main
12+
- release-test/*
13+
- release/*
14+
- net7.0
15+
- net8.0
16+
- net9.0
17+
- net10.0
18+
- xcode*
19+
classification: production

NuGet.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
<add key="macios-dependencies" value="https://pkgs.dev.azure.com/xamarin/public/_packaging/macios-dependencies/nuget/v3/index.json" />
2828
<add key="xamarin-impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/xamarin-impl/nuget/v3/index.json" />
2929
<add key="local-tests-feed" value="tests/.nuget/packages" />
30-
<!-- Add a 8.0.18 feed -->
31-
<add key="darc-pub-dotnet-runtime-c0390586" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-c0390586/nuget/v3/index.json" />
3230
<!-- Add a 8.0.19 feed -->
3331
<add key="darc-pub-dotnet-runtime-be973c08" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-be973c08/nuget/v3/index.json" />
32+
<!-- Add a 8.0.20 feed -->
33+
<add key="darc-pub-dotnet-runtime-e6c1b037" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-e6c1b037/nuget/v3/index.json" />
3434
</packageSources>
3535
<disabledPackageSources>
3636
<clear />

eng/Version.Details.props

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!--
32
This file is auto-generated by the Maestro dependency flow system.
43
Do not edit it manually, as it will get overwritten by automation.
@@ -7,19 +6,19 @@ This file should be imported by eng/Versions.props
76
<Project>
87
<PropertyGroup>
98
<!-- dotnet/sdk dependencies -->
10-
<MicrosoftNETSdkPackageVersion>9.0.109-servicing.25365.26</MicrosoftNETSdkPackageVersion>
9+
<MicrosoftNETSdkPackageVersion>9.0.110-servicing.25418.5</MicrosoftNETSdkPackageVersion>
1110
<!-- dotnet/runtime dependencies -->
1211
<MicrosoftNETILLinkPackageVersion>9.0.0-alpha.1.23556.4</MicrosoftNETILLinkPackageVersion>
1312
<MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>9.0.0-rc.2.24462.10</MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>
1413
<!-- _git/dotnet-runtime dependencies -->
15-
<MicrosoftNETILLinkTasksPackageVersion>9.0.7</MicrosoftNETILLinkTasksPackageVersion>
16-
<MicrosoftNETCoreAppRefPackageVersion>9.0.7</MicrosoftNETCoreAppRefPackageVersion>
14+
<MicrosoftNETILLinkTasksPackageVersion>9.0.8</MicrosoftNETILLinkTasksPackageVersion>
15+
<MicrosoftNETCoreAppRefPackageVersion>9.0.8</MicrosoftNETCoreAppRefPackageVersion>
1716
<!-- _git/dotnet-aspnetcore dependencies -->
18-
<MicrosoftAspNetCoreAppRefPackageVersion>9.0.7</MicrosoftAspNetCoreAppRefPackageVersion>
17+
<MicrosoftAspNetCoreAppRefPackageVersion>9.0.8</MicrosoftAspNetCoreAppRefPackageVersion>
1918
<!-- dotnet/emsdk dependencies -->
20-
<MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportPackageVersion>9.0.7-servicing.25304.2</MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportPackageVersion>
19+
<MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportPackageVersion>9.0.8-servicing.25353.1</MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportPackageVersion>
2120
<!-- dotnet/cecil dependencies -->
22-
<MicrosoftDotNetCecilPackageVersion>0.11.5-alpha.25275.2</MicrosoftDotNetCecilPackageVersion>
21+
<MicrosoftDotNetCecilPackageVersion>0.11.5-alpha.25329.2</MicrosoftDotNetCecilPackageVersion>
2322
<!-- dotnet/macios dependencies -->
2423
<MicrosoftiOSSdknet80_170PackageVersion>17.0.8523</MicrosoftiOSSdknet80_170PackageVersion>
2524
<MicrosoftiOSSdknet80_180PackageVersion>18.0.8324</MicrosoftiOSSdknet80_180PackageVersion>
@@ -34,12 +33,12 @@ This file should be imported by eng/Versions.props
3433
<MicrosofttvOSSdknet80_180PackageVersion>18.0.8324</MicrosofttvOSSdknet80_180PackageVersion>
3534
<MicrosofttvOSSdknet90_180PackageVersion>18.0.9617</MicrosofttvOSSdknet90_180PackageVersion>
3635
<!-- dotnet/arcade dependencies -->
37-
<MicrosoftDotNetArcadeSdkPackageVersion>9.0.0-beta.25415.3</MicrosoftDotNetArcadeSdkPackageVersion>
38-
<MicrosoftDotNetBuildTasksFeedPackageVersion>9.0.0-beta.25415.3</MicrosoftDotNetBuildTasksFeedPackageVersion>
36+
<MicrosoftDotNetArcadeSdkPackageVersion>9.0.0-beta.25428.3</MicrosoftDotNetArcadeSdkPackageVersion>
37+
<MicrosoftDotNetBuildTasksFeedPackageVersion>9.0.0-beta.25428.3</MicrosoftDotNetBuildTasksFeedPackageVersion>
3938
<!-- dotnet/templating dependencies -->
4039
<MicrosoftTemplateEngineTasksPackageVersion>7.0.100-alpha.1.21601.1</MicrosoftTemplateEngineTasksPackageVersion>
4140
<!-- dotnet/xharness dependencies -->
42-
<MicrosoftDotNetXHarnessiOSSharedPackageVersion>10.0.0-prerelease.25412.1</MicrosoftDotNetXHarnessiOSSharedPackageVersion>
41+
<MicrosoftDotNetXHarnessiOSSharedPackageVersion>10.0.0-prerelease.25427.1</MicrosoftDotNetXHarnessiOSSharedPackageVersion>
4342
</PropertyGroup>
4443
<!--Property group for alternate package version names-->
4544
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.109-servicing.25365.26">
3+
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.110-servicing.25418.5">
44
<Uri>https://github.com/dotnet/sdk</Uri>
5-
<Sha>eb8e854575399c14203dada1d2a6d5883fe23a4a</Sha>
5+
<Sha>28cc40f85fc7ece5838cca1344a67c2f3db00004</Sha>
66
</Dependency>
77
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-alpha.1.23556.4">
88
<Uri>https://github.com/dotnet/runtime</Uri>
99
<Sha>cf47d9ff6827a3e1d6f2acbf925cd618418f20dd</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.7" CoherentParentDependency="Microsoft.NET.Sdk">
11+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.8" CoherentParentDependency="Microsoft.NET.Sdk">
1212
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
13-
<Sha>3c298d9f00936d651cc47d221762474e25277672</Sha>
13+
<Sha>aae90fa09086a9be09dac83fa66542232c7269d8</Sha>
1414
</Dependency>
1515
<!-- Set TRACKING_DOTNET_RUNTIME_SEPARATELY to something in Make.config if removing the CoherentParentDependency on Microsoft.NET.Sdk -->
16-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.7" CoherentParentDependency="Microsoft.NET.Sdk">
16+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.8" CoherentParentDependency="Microsoft.NET.Sdk">
1717
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
18-
<Sha>3c298d9f00936d651cc47d221762474e25277672</Sha>
18+
<Sha>aae90fa09086a9be09dac83fa66542232c7269d8</Sha>
1919
</Dependency>
2020
<!-- This is required for our test apps to build; in some cases Microsoft.AspNetCore.App is pulled in, and when building test apps the build needs to be able to resolve that -->
21-
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="9.0.7" CoherentParentDependency="Microsoft.NET.Sdk">
21+
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="9.0.8" CoherentParentDependency="Microsoft.NET.Sdk">
2222
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
23-
<Sha>f6b3a5da75eb405046889a5447ec9b14cc29d285</Sha>
23+
<Sha>215a587e52efa710de84138b0a3374b860b924d8</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport" Version="9.0.7-servicing.25304.2" CoherentParentDependency="Microsoft.NETCore.App.Ref">
25+
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport" Version="9.0.8-servicing.25353.1" CoherentParentDependency="Microsoft.NETCore.App.Ref">
2626
<Uri>https://github.com/dotnet/emsdk</Uri>
27-
<Sha>b567cdb6b8b461de79f2a2536a22ca3a67f2f33e</Sha>
27+
<Sha>0bcc3e67026ea44a16fb018a50e4e134c06ab3d6</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.5-alpha.25275.2" CoherentParentDependency="Microsoft.NETCore.App.Ref">
29+
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.5-alpha.25329.2" CoherentParentDependency="Microsoft.NETCore.App.Ref">
3030
<Uri>https://github.com/dotnet/cecil</Uri>
31-
<Sha>bbb895e8e9f2d566eae04f09977b8c5f895057d2</Sha>
31+
<Sha>862b4c8bf05585cc44ceb32dc0fd060ceed06cd2</Sha>
3232
</Dependency>
3333
<!-- This is a subscription of the .NET 8/Xcode 16.0 versions of our packages -->
3434
<Dependency Name="Microsoft.MacCatalyst.Sdk.net8.0_18.0" Version="18.0.8324">
@@ -87,21 +87,21 @@
8787
</Dependency>
8888
</ProductDependencies>
8989
<ToolsetDependencies>
90-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.25415.3">
90+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.25428.3">
9191
<Uri>https://github.com/dotnet/arcade</Uri>
92-
<Sha>d87d66c43d0660e5c8e84e667c5c8a8140bce888</Sha>
92+
<Sha>5fe939db0a156be6f10e17c105b1842c0c8c8bdc</Sha>
9393
</Dependency>
9494
<Dependency Name="Microsoft.TemplateEngine.Tasks" Version="7.0.100-alpha.1.21601.1">
9595
<Uri>https://github.com/dotnet/templating</Uri>
9696
<Sha />
9797
</Dependency>
98-
<Dependency Name="Microsoft.DotNet.XHarness.iOS.Shared" Version="10.0.0-prerelease.25412.1">
98+
<Dependency Name="Microsoft.DotNet.XHarness.iOS.Shared" Version="10.0.0-prerelease.25427.1">
9999
<Uri>https://github.com/dotnet/xharness</Uri>
100-
<Sha>fe850ca677efa9ed62009b929f55ff59d5e24c0e</Sha>
100+
<Sha>dbb478b6aafa222529ae95be344a1b91485c4adf</Sha>
101101
</Dependency>
102-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25415.3">
102+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25428.3">
103103
<Uri>https://github.com/dotnet/arcade</Uri>
104-
<Sha>d87d66c43d0660e5c8e84e667c5c8a8140bce888</Sha>
104+
<Sha>5fe939db0a156be6f10e17c105b1842c0c8c8bdc</Sha>
105105
<SourceBuild RepoName="arcade" ManagedOnly="true" />
106106
</Dependency>
107107
</ToolsetDependencies>

eng/common/core-templates/job/source-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ parameters:
3333
# container and pool.
3434
platform: {}
3535

36+
# Optional list of directories to ignore for component governance scans.
37+
componentGovernanceIgnoreDirectories: []
38+
3639
is1ESPipeline: ''
3740

3841
# If set to true and running on a non-public project,
@@ -93,3 +96,4 @@ jobs:
9396
parameters:
9497
is1ESPipeline: ${{ parameters.is1ESPipeline }}
9598
platform: ${{ parameters.platform }}
99+
componentGovernanceIgnoreDirectories: ${{ parameters.componentGovernanceIgnoreDirectories }}

eng/common/core-templates/jobs/source-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ parameters:
2121
# one job runs on 'defaultManagedPlatform'.
2222
platforms: []
2323

24+
# Optional list of directories to ignore for component governance scans.
25+
componentGovernanceIgnoreDirectories: []
26+
2427
is1ESPipeline: ''
2528

2629
# If set to true and running on a non-public project,
@@ -47,6 +50,7 @@ jobs:
4750
is1ESPipeline: ${{ parameters.is1ESPipeline }}
4851
jobNamePrefix: ${{ parameters.jobNamePrefix }}
4952
platform: ${{ platform }}
53+
componentGovernanceIgnoreDirectories: ${{ parameters.componentGovernanceIgnoreDirectories }}
5054
enableInternalSources: ${{ parameters.enableInternalSources }}
5155

5256
- ${{ if eq(length(parameters.platforms), 0) }}:
@@ -55,4 +59,5 @@ jobs:
5559
is1ESPipeline: ${{ parameters.is1ESPipeline }}
5660
jobNamePrefix: ${{ parameters.jobNamePrefix }}
5761
platform: ${{ parameters.defaultManagedPlatform }}
62+
componentGovernanceIgnoreDirectories: ${{ parameters.componentGovernanceIgnoreDirectories }}
5863
enableInternalSources: ${{ parameters.enableInternalSources }}

eng/common/core-templates/steps/source-build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ parameters:
1111
# for details. The entire object is described in the 'job' template for simplicity, even though
1212
# the usage of the properties on this object is split between the 'job' and 'steps' templates.
1313
platform: {}
14+
15+
# Optional list of directories to ignore for component governance scans.
16+
componentGovernanceIgnoreDirectories: []
17+
1418
is1ESPipeline: false
1519

1620
steps:
@@ -126,5 +130,8 @@ steps:
126130
parameters:
127131
displayName: Component Detection (Exclude upstream cache)
128132
is1ESPipeline: ${{ parameters.is1ESPipeline }}
129-
componentGovernanceIgnoreDirectories: '$(System.DefaultWorkingDirectory)/artifacts/sb/src/artifacts/obj/source-built-upstream-cache'
133+
${{ if eq(length(parameters.componentGovernanceIgnoreDirectories), 0) }}:
134+
componentGovernanceIgnoreDirectories: '$(System.DefaultWorkingDirectory)/artifacts/sb/src/artifacts/obj/source-built-upstream-cache'
135+
${{ else }}:
136+
componentGovernanceIgnoreDirectories: ${{ join(',', parameters.componentGovernanceIgnoreDirectories) }}
130137
disableComponentGovernance: ${{ eq(variables['System.TeamProject'], 'public') }}

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"sdk": {
3-
"version": "9.0.109-servicing.25365.26"
3+
"version": "9.0.110-servicing.25418.5"
44
},
55
"tools": {
6-
"dotnet": "9.0.109-servicing.25365.26"
6+
"dotnet": "9.0.110-servicing.25418.5"
77
},
88
"msbuild-sdks": {
9-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25415.3"
9+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25428.3"
1010
}
1111
}

macios/Localize/loc/cs/macios/src/rgen/Microsoft.Macios.Bindings.Analyzer/Resources.resx.lcl

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,19 +237,25 @@
237237
</Item>
238238
<Item ItemId=";RBI0008MessageFormat" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
239239
<Str Cat="Text">
240-
<Val><![CDATA[The enum value '{0}' must be tagged with a Field<EnumValue> attribute]]></Val>
240+
<Val><![CDATA[The enum '{0}' must have at least one member tagged with a Field<EnumValue> attribute]]></Val>
241241
<Tgt Cat="Text" Stat="Loc" Orig="New">
242-
<Val><![CDATA[Hodnota výčtu {0} musí být označena atributem Field<EnumValue>]]></Val>
242+
<Val><![CDATA[Výčet {0} musí mít alespoň jeden člen označený atributem Field<EnumValue>]]></Val>
243243
</Tgt>
244+
<Prev Cat="Text">
245+
<Val><![CDATA[The enum value '{0}' must be tagged with a Field<EnumValue> attribute]]></Val>
246+
</Prev>
244247
</Str>
245248
<Disp Icon="Str" />
246249
</Item>
247250
<Item ItemId=";RBI0008Title" ItemType="0;.resx" PsrId="211" Leaf="true">
248251
<Str Cat="Text">
249-
<Val><![CDATA[Smart enum values must be tagged with an Field<EnumValue> attribute]]></Val>
252+
<Val><![CDATA[Smart enum values must have a value tagged with an Field<EnumValue> attribute]]></Val>
250253
<Tgt Cat="Text" Stat="Loc" Orig="New">
251-
<Val><![CDATA[Hodnoty inteligentního výčtu musí být označené atributem Field<EnumValue>]]></Val>
254+
<Val><![CDATA[Hodnoty inteligentního výčtu musí mít hodnotu označenou atributem Field<EnumValue>]]></Val>
252255
</Tgt>
256+
<Prev Cat="Text">
257+
<Val><![CDATA[Smart enum values must be tagged with an Field<EnumValue> attribute]]></Val>
258+
</Prev>
253259
</Str>
254260
<Disp Icon="Str" />
255261
</Item>
@@ -739,6 +745,33 @@
739745
</Str>
740746
<Disp Icon="Str" />
741747
</Item>
748+
<Item ItemId=";RBI0027Description" ItemType="0;.resx" PsrId="211" Leaf="true">
749+
<Str Cat="Text">
750+
<Val><![CDATA[The symbol is accessible in a platform where it is not supported..]]></Val>
751+
<Tgt Cat="Text" Stat="Loc" Orig="New">
752+
<Val><![CDATA[Symbol je přístupný na platformě, kde se nepodporuje.]]></Val>
753+
</Tgt>
754+
</Str>
755+
<Disp Icon="Str" />
756+
</Item>
757+
<Item ItemId=";RBI0027MessageFormat" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
758+
<Str Cat="Text">
759+
<Val><![CDATA[The symbol '{0}' is accessible on platform '{1}' when it was marked otherwise]]></Val>
760+
<Tgt Cat="Text" Stat="Loc" Orig="New">
761+
<Val><![CDATA[Symbol {0} je přístupný na platformě {1}, pokud byl označen jinak.]]></Val>
762+
</Tgt>
763+
</Str>
764+
<Disp Icon="Str" />
765+
</Item>
766+
<Item ItemId=";RBI0027Title" ItemType="0;.resx" PsrId="211" Leaf="true">
767+
<Str Cat="Text">
768+
<Val><![CDATA[Bad method name]]></Val>
769+
<Tgt Cat="Text" Stat="Loc" Orig="New">
770+
<Val><![CDATA[Chybný název metody]]></Val>
771+
</Tgt>
772+
</Str>
773+
<Disp Icon="Str" />
774+
</Item>
742775
</Item>
743776
</Item>
744777
</LCX>

macios/Localize/loc/de/macios/src/rgen/Microsoft.Macios.Bindings.Analyzer/Resources.resx.lcl

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,19 +237,25 @@
237237
</Item>
238238
<Item ItemId=";RBI0008MessageFormat" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
239239
<Str Cat="Text">
240-
<Val><![CDATA[The enum value '{0}' must be tagged with a Field<EnumValue> attribute]]></Val>
240+
<Val><![CDATA[The enum '{0}' must have at least one member tagged with a Field<EnumValue> attribute]]></Val>
241241
<Tgt Cat="Text" Stat="Loc" Orig="New">
242-
<Val><![CDATA[Der Enumerationswert "{0}" muss mit einem Field<EnumValue>-Attribut markiert sein.]]></Val>
242+
<Val><![CDATA[Die Enumeration „{0} muss mindestens ein Element mit einem Field<EnumValue>-Attribut versehen haben.]]></Val>
243243
</Tgt>
244+
<Prev Cat="Text">
245+
<Val><![CDATA[The enum value '{0}' must be tagged with a Field<EnumValue> attribute]]></Val>
246+
</Prev>
244247
</Str>
245248
<Disp Icon="Str" />
246249
</Item>
247250
<Item ItemId=";RBI0008Title" ItemType="0;.resx" PsrId="211" Leaf="true">
248251
<Str Cat="Text">
249-
<Val><![CDATA[Smart enum values must be tagged with an Field<EnumValue> attribute]]></Val>
252+
<Val><![CDATA[Smart enum values must have a value tagged with an Field<EnumValue> attribute]]></Val>
250253
<Tgt Cat="Text" Stat="Loc" Orig="New">
251-
<Val><![CDATA[Intelligente Enumerationswerte müssen mit einem Field<EnumValue>-Attribut markiert sein.]]></Val>
254+
<Val><![CDATA[Intelligente Enumerationswerte müssen einen Wert haben, der mit einem Field<EnumValue>-Attribut markiert ist.]]></Val>
252255
</Tgt>
256+
<Prev Cat="Text">
257+
<Val><![CDATA[Smart enum values must be tagged with an Field<EnumValue> attribute]]></Val>
258+
</Prev>
253259
</Str>
254260
<Disp Icon="Str" />
255261
</Item>
@@ -739,6 +745,33 @@
739745
</Str>
740746
<Disp Icon="Str" />
741747
</Item>
748+
<Item ItemId=";RBI0027Description" ItemType="0;.resx" PsrId="211" Leaf="true">
749+
<Str Cat="Text">
750+
<Val><![CDATA[The symbol is accessible in a platform where it is not supported..]]></Val>
751+
<Tgt Cat="Text" Stat="Loc" Orig="New">
752+
<Val><![CDATA[Das Symbol ist auf einer Plattform zugänglich, auf der es nicht unterstützt wird.]]></Val>
753+
</Tgt>
754+
</Str>
755+
<Disp Icon="Str" />
756+
</Item>
757+
<Item ItemId=";RBI0027MessageFormat" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
758+
<Str Cat="Text">
759+
<Val><![CDATA[The symbol '{0}' is accessible on platform '{1}' when it was marked otherwise]]></Val>
760+
<Tgt Cat="Text" Stat="Loc" Orig="New">
761+
<Val><![CDATA[Auf das Symbol „{0}“ kann auf der Plattform „{1}“ zugegriffen werden, wenn es andernfalls markiert wurde.]]></Val>
762+
</Tgt>
763+
</Str>
764+
<Disp Icon="Str" />
765+
</Item>
766+
<Item ItemId=";RBI0027Title" ItemType="0;.resx" PsrId="211" Leaf="true">
767+
<Str Cat="Text">
768+
<Val><![CDATA[Bad method name]]></Val>
769+
<Tgt Cat="Text" Stat="Loc" Orig="New">
770+
<Val><![CDATA[Ungültiger Methodenname]]></Val>
771+
</Tgt>
772+
</Str>
773+
<Disp Icon="Str" />
774+
</Item>
742775
</Item>
743776
</Item>
744777
</LCX>

0 commit comments

Comments
 (0)