Skip to content

Commit bb764b5

Browse files
authored
Merge pull request #4675 from dotnet/merges/master-to-release/6.0.1xx-preview1
Merge master to release/6.0.1xx-preview1
2 parents f935ee7 + d8bf975 commit bb764b5

16 files changed

+898
-239
lines changed

src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/InteropServices/PlatformCompatibilityAnalyzer.cs

+216-103
Large diffs are not rendered by default.

src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/MicrosoftNetCoreAnalyzersResources.resx

+4
Original file line numberDiff line numberDiff line change
@@ -1515,4 +1515,8 @@
15151515
<value>'{0}' all versions</value>
15161516
<comment>This call site is reachable on: 'Windows' all versions.</comment>
15171517
</data>
1518+
<data name="PlatformCompatibilityAllPlatforms" xml:space="preserve">
1519+
<value>and all other platforms</value>
1520+
<comment>This call site is reachable on: 'windows' 10.0.2000 and later, and all other platforms</comment>
1521+
</data>
15181522
</root>

src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.cs.xlf

+5
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,11 @@
15171517
<target state="translated">Metody P/Invoke nemají být viditelné</target>
15181518
<note />
15191519
</trans-unit>
1520+
<trans-unit id="PlatformCompatibilityAllPlatforms">
1521+
<source>and all other platforms</source>
1522+
<target state="new">and all other platforms</target>
1523+
<note>This call site is reachable on: 'windows' 10.0.2000 and later, and all other platforms</note>
1524+
</trans-unit>
15201525
<trans-unit id="PlatformCompatibilityAllVersions">
15211526
<source>'{0}' all versions</source>
15221527
<target state="translated">Všechny verze {0}</target>

src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.de.xlf

+5
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,11 @@
15171517
<target state="translated">P/Invokes dürfen nicht sichtbar sein</target>
15181518
<note />
15191519
</trans-unit>
1520+
<trans-unit id="PlatformCompatibilityAllPlatforms">
1521+
<source>and all other platforms</source>
1522+
<target state="new">and all other platforms</target>
1523+
<note>This call site is reachable on: 'windows' 10.0.2000 and later, and all other platforms</note>
1524+
</trans-unit>
15201525
<trans-unit id="PlatformCompatibilityAllVersions">
15211526
<source>'{0}' all versions</source>
15221527
<target state="translated">{0}, alle Versionen</target>

src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.es.xlf

+5
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,11 @@
15171517
<target state="translated">Los elementos P/Invoke no deben estar visibles</target>
15181518
<note />
15191519
</trans-unit>
1520+
<trans-unit id="PlatformCompatibilityAllPlatforms">
1521+
<source>and all other platforms</source>
1522+
<target state="new">and all other platforms</target>
1523+
<note>This call site is reachable on: 'windows' 10.0.2000 and later, and all other platforms</note>
1524+
</trans-unit>
15201525
<trans-unit id="PlatformCompatibilityAllVersions">
15211526
<source>'{0}' all versions</source>
15221527
<target state="translated">Todas las versiones de "{0}"</target>

src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.fr.xlf

+5
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,11 @@
15171517
<target state="translated">Les P/Invoke ne doivent pas être visibles</target>
15181518
<note />
15191519
</trans-unit>
1520+
<trans-unit id="PlatformCompatibilityAllPlatforms">
1521+
<source>and all other platforms</source>
1522+
<target state="new">and all other platforms</target>
1523+
<note>This call site is reachable on: 'windows' 10.0.2000 and later, and all other platforms</note>
1524+
</trans-unit>
15201525
<trans-unit id="PlatformCompatibilityAllVersions">
15211526
<source>'{0}' all versions</source>
15221527
<target state="translated">'{0}' toutes versions</target>

src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.it.xlf

+5
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,11 @@
15171517
<target state="translated">I metodi P/Invoke non devono essere visibili</target>
15181518
<note />
15191519
</trans-unit>
1520+
<trans-unit id="PlatformCompatibilityAllPlatforms">
1521+
<source>and all other platforms</source>
1522+
<target state="new">and all other platforms</target>
1523+
<note>This call site is reachable on: 'windows' 10.0.2000 and later, and all other platforms</note>
1524+
</trans-unit>
15201525
<trans-unit id="PlatformCompatibilityAllVersions">
15211526
<source>'{0}' all versions</source>
15221527
<target state="translated">'{0}' - tutte le versioni</target>

src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ja.xlf

+5
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,11 @@
15171517
<target state="translated">P/Invokes は参照可能にすることはできません</target>
15181518
<note />
15191519
</trans-unit>
1520+
<trans-unit id="PlatformCompatibilityAllPlatforms">
1521+
<source>and all other platforms</source>
1522+
<target state="new">and all other platforms</target>
1523+
<note>This call site is reachable on: 'windows' 10.0.2000 and later, and all other platforms</note>
1524+
</trans-unit>
15201525
<trans-unit id="PlatformCompatibilityAllVersions">
15211526
<source>'{0}' all versions</source>
15221527
<target state="translated">すべてのバージョンの '{0}'</target>

src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ko.xlf

+5
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,11 @@
15171517
<target state="translated">P/Invokes를 표시하지 않아야 합니다.</target>
15181518
<note />
15191519
</trans-unit>
1520+
<trans-unit id="PlatformCompatibilityAllPlatforms">
1521+
<source>and all other platforms</source>
1522+
<target state="new">and all other platforms</target>
1523+
<note>This call site is reachable on: 'windows' 10.0.2000 and later, and all other platforms</note>
1524+
</trans-unit>
15201525
<trans-unit id="PlatformCompatibilityAllVersions">
15211526
<source>'{0}' all versions</source>
15221527
<target state="translated">'{0}' 모든 버전</target>

src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.pl.xlf

+5
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,11 @@
15171517
<target state="translated">Elementy P/Invoke nie powinny być widoczne</target>
15181518
<note />
15191519
</trans-unit>
1520+
<trans-unit id="PlatformCompatibilityAllPlatforms">
1521+
<source>and all other platforms</source>
1522+
<target state="new">and all other platforms</target>
1523+
<note>This call site is reachable on: 'windows' 10.0.2000 and later, and all other platforms</note>
1524+
</trans-unit>
15201525
<trans-unit id="PlatformCompatibilityAllVersions">
15211526
<source>'{0}' all versions</source>
15221527
<target state="translated">wszystkie wersje systemu „{0}”</target>

src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.pt-BR.xlf

+5
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,11 @@
15171517
<target state="translated">P/Invokes não deve ser visível</target>
15181518
<note />
15191519
</trans-unit>
1520+
<trans-unit id="PlatformCompatibilityAllPlatforms">
1521+
<source>and all other platforms</source>
1522+
<target state="new">and all other platforms</target>
1523+
<note>This call site is reachable on: 'windows' 10.0.2000 and later, and all other platforms</note>
1524+
</trans-unit>
15201525
<trans-unit id="PlatformCompatibilityAllVersions">
15211526
<source>'{0}' all versions</source>
15221527
<target state="translated">'{0}' todas as versões</target>

src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ru.xlf

+5
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,11 @@
15171517
<target state="translated">Методы P/Invoke не должны быть видимыми</target>
15181518
<note />
15191519
</trans-unit>
1520+
<trans-unit id="PlatformCompatibilityAllPlatforms">
1521+
<source>and all other platforms</source>
1522+
<target state="new">and all other platforms</target>
1523+
<note>This call site is reachable on: 'windows' 10.0.2000 and later, and all other platforms</note>
1524+
</trans-unit>
15201525
<trans-unit id="PlatformCompatibilityAllVersions">
15211526
<source>'{0}' all versions</source>
15221527
<target state="translated">все версии "{0}"</target>

src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.tr.xlf

+5
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,11 @@
15171517
<target state="translated">P/Invokes görünür olmamalıdır</target>
15181518
<note />
15191519
</trans-unit>
1520+
<trans-unit id="PlatformCompatibilityAllPlatforms">
1521+
<source>and all other platforms</source>
1522+
<target state="new">and all other platforms</target>
1523+
<note>This call site is reachable on: 'windows' 10.0.2000 and later, and all other platforms</note>
1524+
</trans-unit>
15201525
<trans-unit id="PlatformCompatibilityAllVersions">
15211526
<source>'{0}' all versions</source>
15221527
<target state="translated">'{0}' tüm sürümler</target>

src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hans.xlf

+5
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,11 @@
15171517
<target state="translated">P/Invokes 应该是不可见的</target>
15181518
<note />
15191519
</trans-unit>
1520+
<trans-unit id="PlatformCompatibilityAllPlatforms">
1521+
<source>and all other platforms</source>
1522+
<target state="new">and all other platforms</target>
1523+
<note>This call site is reachable on: 'windows' 10.0.2000 and later, and all other platforms</note>
1524+
</trans-unit>
15201525
<trans-unit id="PlatformCompatibilityAllVersions">
15211526
<source>'{0}' all versions</source>
15221527
<target state="translated">"{0}" 所有版本</target>

src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hant.xlf

+5
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,11 @@
15171517
<target state="translated">不應看得見 P/Invoke</target>
15181518
<note />
15191519
</trans-unit>
1520+
<trans-unit id="PlatformCompatibilityAllPlatforms">
1521+
<source>and all other platforms</source>
1522+
<target state="new">and all other platforms</target>
1523+
<note>This call site is reachable on: 'windows' 10.0.2000 and later, and all other platforms</note>
1524+
</trans-unit>
15201525
<trans-unit id="PlatformCompatibilityAllVersions">
15211526
<source>'{0}' all versions</source>
15221527
<target state="translated">'{0}' 所有版本</target>

0 commit comments

Comments
 (0)