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

revert Update17.5 #16926

Merged
merged 2 commits into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@
<add key="dotnet7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json" />
<add key="dotnet7-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7-transport/nuget/v3/index.json" />
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
<add key="nuget-build" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/v3/index.json" />
<add key="vssdk" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json" />
<add key="vssdk-archived" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk-archived/nuget/v3/index.json" />
<add key="vs-impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
<add key="vs-impl-archived" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl-archived/nuget/v3/index.json" />
<add key="vs-buildservices" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
Expand Down
776 changes: 0 additions & 776 deletions azure-pipelines-PR.yml

This file was deleted.

6 changes: 0 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ stages:
/p:PublishToSymbolServer=true
/p:VisualStudioDropName=$(VisualStudioDropName)
/p:GenerateSbom=true
env:
NativeToolsOnMachine: true
- script: .\tests\EndToEndBuildTests\EndToEndBuildTests.cmd -c $(_BuildConfig)
displayName: End to end build tests
- task: PublishTestResults@2
Expand Down Expand Up @@ -343,8 +341,6 @@ stages:
- checkout: self
clean: true
- script: eng\CIBuild.cmd -configuration $(_configuration) -$(_testKind)
env:
NativeToolsOnMachine: true
displayName: Build / Test
- task: PublishTestResults@2
displayName: Publish Test Results
Expand Down Expand Up @@ -403,8 +399,6 @@ stages:
- checkout: self
clean: true
- script: eng\CIBuild.cmd -compressallmetadata -configuration $(_configuration) -$(_testKind)
env:
NativeToolsOnMachine: true
displayName: Build / Test
- task: PublishTestResults@2
displayName: Publish Test Results
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- F# Version components -->
<FSMajorVersion>7</FSMajorVersion>
<FSMinorVersion>0</FSMinorVersion>
<FSBuildVersion>202</FSBuildVersion>
<FSBuildVersion>201</FSBuildVersion>
<FSRevisionVersion>0</FSRevisionVersion>
<!-- -->
<!-- F# Language version -->
Expand Down Expand Up @@ -102,7 +102,7 @@
<MicrosoftVisualStudioShellPackagesVersion>17.5.0-preview-1-33020-520</MicrosoftVisualStudioShellPackagesVersion>
<VisualStudioProjectSystemPackagesVersion>17.5.202-pre-g89e17c9f72</VisualStudioProjectSystemPackagesVersion>
<MicrosoftVisualStudioThreadingPackagesVersion>17.4.27</MicrosoftVisualStudioThreadingPackagesVersion>
<MicrosoftBuildOverallPackagesVersion>17.5.0</MicrosoftBuildOverallPackagesVersion>
<MicrosoftBuildOverallPackagesVersion>17.4.0-preview-22469-04</MicrosoftBuildOverallPackagesVersion>
<!-- Roslyn packages -->
<MicrosoftCodeAnalysisEditorFeaturesVersion>$(RoslynVersion)</MicrosoftCodeAnalysisEditorFeaturesVersion>
<MicrosoftCodeAnalysisEditorFeaturesTextVersion>$(RoslynVersion)</MicrosoftCodeAnalysisEditorFeaturesTextVersion>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"xcopy-msbuild": "17.3.1"
},
"native-tools": {
"perl": "5.38.0.1"
"perl": "5.32.1.1"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22554.2",
Expand Down
42 changes: 21 additions & 21 deletions src/Compiler/xlf/FSComp.txt.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
</trans-unit>
<trans-unit id="featureArithmeticInLiterals">
<source>Allow arithmetic and logical operations in literals</source>
<target state="new">Allow arithmetic and logical operations in literals</target>
<target state="translated">Povolit aritmetické a logické operace v literálech</target>
<note />
</trans-unit>
<trans-unit id="featureAttributesToRightOfModuleKeyword">
Expand Down Expand Up @@ -684,7 +684,7 @@
</trans-unit>
<trans-unit id="parsEqualsMissingInTypeDefinition">
<source>Unexpected token in type definition. Expected '=' after the type '{0}'.</source>
<target state="new">Unexpected token in type definition. Expected '=' after the type '{0}'.</target>
<target state="translated">Neočekávaný token v definici typu. Za typem {0} se očekává =.</target>
<note />
</trans-unit>
<trans-unit id="parsExpectedPatternAfterToken">
Expand All @@ -694,12 +694,12 @@
</trans-unit>
<trans-unit id="parsExpectingExpressionInTuple">
<source>Expecting expression</source>
<target state="new">Expecting expression</target>
<target state="translated">Byl očekáván výraz.</target>
<note />
</trans-unit>
<trans-unit id="parsExpectingPatternInTuple">
<source>Expecting pattern</source>
<target state="new">Expecting pattern</target>
<target state="translated">Očekává se vzorek.</target>
<note />
</trans-unit>
<trans-unit id="parsIncompleteTyparExpr1">
Expand Down Expand Up @@ -824,17 +824,17 @@
</trans-unit>
<trans-unit id="tcAnonRecdFieldNameDifferent">
<source>This is the wrong anonymous record. It should have the fields {0}.</source>
<target state="new">This is the wrong anonymous record. It should have the fields {0}.</target>
<target state="translated">Toto je nesprávný anonymní záznam. Měl by mít pole {0}.</target>
<note />
</trans-unit>
<trans-unit id="tcAnonRecdFieldNameSubset">
<source>This anonymous record does not have enough fields. Add the missing fields {0}.</source>
<target state="new">This anonymous record does not have enough fields. Add the missing fields {0}.</target>
<target state="translated">Tento anonymní záznam nemá dost polí. Přidejte chybějící pole {0}.</target>
<note />
</trans-unit>
<trans-unit id="tcAnonRecdFieldNameSuperset">
<source>This anonymous record has too many fields. Remove the extra fields {0}.</source>
<target state="new">This anonymous record has too many fields. Remove the extra fields {0}.</target>
<target state="translated">Tento anonymní záznam má příliš mnoho polí. Odeberte nadbytečná pole {0}.</target>
<note />
</trans-unit>
<trans-unit id="tcAnonRecdInvalid">
Expand Down Expand Up @@ -1014,7 +1014,7 @@
</trans-unit>
<trans-unit id="tcRequireMergeSourcesOrBindN">
<source>The 'let! ... and! ...' construct may only be used if the computation expression builder defines either a '{0}' method or appropriate 'MergeSource' and 'Bind' methods</source>
<target state="new">The 'let! ... and! ...' construct may only be used if the computation expression builder defines either a '{0}' method or appropriate 'MergeSource' and 'Bind' methods</target>
<target state="translated">Konstrukt let! ... and! ... se dá použít jen v případě, že tvůrce výpočetních výrazů definuje buď metodu {0}, nebo vhodné metody MergeSource a Bind.</target>
<note />
</trans-unit>
<trans-unit id="tcResumableCodeArgMustHaveRightKind">
Expand Down Expand Up @@ -1484,7 +1484,7 @@
</trans-unit>
<trans-unit id="buildUnrecognizedOption">
<source>Unrecognized option: '{0}'</source>
<target state="new">Unrecognized option: '{0}'</target>
<target state="translated">Nerozpoznaná možnost: {0}</target>
<note />
</trans-unit>
<trans-unit id="buildInvalidModuleOrNamespaceName">
Expand Down Expand Up @@ -1869,7 +1869,7 @@
</trans-unit>
<trans-unit id="DefinitionsInSigAndImplNotCompatibleAbbreviationsDiffer">
<source>The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ: {2} versus {3}</source>
<target state="new">The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ: {2} versus {3}</target>
<target state="translated">Definice {0} pro typ {1} v signatuře a implementaci nejsou kompatibilní, protože se liší zkratky: {2} oproti {3}</target>
<note />
</trans-unit>
<trans-unit id="DefinitionsInSigAndImplNotCompatibleAbbreviationHiddenBySig">
Expand Down Expand Up @@ -3139,7 +3139,7 @@
</trans-unit>
<trans-unit id="parsMultipleAccessibilitiesForGetSet">
<source>Multiple accessibilities given for property getter or setter</source>
<target state="new">Multiple accessibilities given for property getter or setter</target>
<target state="translated">Zadali jste víc dostupností pro metodu getter nebo setter vlastnosti.</target>
<note />
</trans-unit>
<trans-unit id="parsSetSyntax">
Expand Down Expand Up @@ -3604,7 +3604,7 @@
</trans-unit>
<trans-unit id="tcFieldAppearsTwiceInRecord">
<source>The field '{0}' appears twice in this record expression or pattern</source>
<target state="new">The field '{0}' appears twice in this record expression or pattern</target>
<target state="translated">Pole {0} se v tomto výrazu záznamu nebo vzoru vyskytuje dvakrát.</target>
<note />
</trans-unit>
<trans-unit id="tcUnknownUnion">
Expand Down Expand Up @@ -3914,7 +3914,7 @@
</trans-unit>
<trans-unit id="tcUseWhenPatternGuard">
<source>Character range matches have been removed in F#. Consider using a 'when' pattern guard instead.</source>
<target state="new">Character range matches have been removed in F#. Consider using a 'when' pattern guard instead.</target>
<target state="translated">Porovnání rozsahu znaků se už v F# nepoužívá. Zvažte možnost použít místo toho ochrannou vazbu vzoru when.</target>
<note />
</trans-unit>
<trans-unit id="tcIllegalPattern">
Expand Down Expand Up @@ -4584,7 +4584,7 @@
</trans-unit>
<trans-unit id="tcConcreteMembersIllegalInInterface">
<source>Interfaces cannot contain definitions of concrete members. You may need to define a constructor on your type to indicate that the type is a class.</source>
<target state="new">Interfaces cannot contain definitions of concrete members. You may need to define a constructor on your type to indicate that the type is a class.</target>
<target state="translated">Rozhraní nemůžou obsahovat definice konkrétních členů. Možná bude potřeba definovat u typu konstruktor, který bude vyjadřovat, že jde o třídu.</target>
<note />
</trans-unit>
<trans-unit id="tcConstructorsDisallowedInExceptionAugmentation">
Expand Down Expand Up @@ -4744,7 +4744,7 @@
</trans-unit>
<trans-unit id="tcStaticLetBindingsRequireClassesWithImplicitConstructors">
<source>Static value definitions may only be used in types with a primary constructor. Consider adding arguments to the type definition, e.g. 'type X(args) = ...'.</source>
<target state="new">Static value definitions may only be used in types with a primary constructor. Consider adding arguments to the type definition, e.g. 'type X(args) = ...'.</target>
<target state="translated">Statické definice hodnot se dají použít jenom u typů s primárním konstruktorem. Zvažte přidání argumentů do definice typu, třeba type X(args) = ...</target>
<note />
</trans-unit>
<trans-unit id="tcMeasureDeclarationsRequireStaticMembersNotConstructors">
Expand Down Expand Up @@ -5834,7 +5834,7 @@
</trans-unit>
<trans-unit id="optLocalValueNotFoundDuringOptimization">
<source>Local value {0} not found during optimization</source>
<target state="new">Local value {0} not found during optimization</target>
<target state="translated">Lokální hodnota {0} se během optimalizace nenašla.</target>
<note />
</trans-unit>
<trans-unit id="optValueMarkedInlineHasUnexpectedValue">
Expand Down Expand Up @@ -5864,7 +5864,7 @@
</trans-unit>
<trans-unit id="lexfltTokenIsOffsideOfContextStartedEarlier">
<source>Possible incorrect indentation: this token is offside of context started at position {0}. Try indenting this token further or using standard formatting conventions.</source>
<target state="new">Possible incorrect indentation: this token is offside of context started at position {0}. Try indenting this token further or using standard formatting conventions.</target>
<target state="translated">Je možné, že máte nesprávné odsazení: tento token leží mimo odsazení kontextu, který začíná na pozici {0}. Zkuste tento token odsadit víc nebo použijte standardní konvence formátování.</target>
<note />
</trans-unit>
<trans-unit id="lexfltSeparatorTokensOfPatternMatchMisaligned">
Expand Down Expand Up @@ -7579,7 +7579,7 @@
</trans-unit>
<trans-unit id="tcFixedNotAllowed">
<source>Invalid use of 'fixed'. 'fixed' may only be used in a declaration of the form 'use x = fixed expr' where the expression is an array, the address of a field, the address of an array element or a string'</source>
<target state="new">Invalid use of 'fixed'. 'fixed' may only be used in a declaration of the form 'use x = fixed expr' where the expression is an array, the address of a field, the address of an array element or a string'</target>
<target state="translated">Neplatné použití fixed. fixed se dá použít jenom v deklaraci ve tvaru use x = fixed expr, kde výraz je pole, adresa pole nebo adresa prvku pole nebo řetězce.</target>
<note />
</trans-unit>
<trans-unit id="tcCouldNotFindOffsetToStringData">
Expand Down Expand Up @@ -8014,7 +8014,7 @@
</trans-unit>
<trans-unit id="ArgumentsInSigAndImplMismatch">
<source>The argument names in the signature '{0}' and implementation '{1}' do not match. The argument name from the signature file will be used. This may cause problems when debugging or profiling.</source>
<target state="new">The argument names in the signature '{0}' and implementation '{1}' do not match. The argument name from the signature file will be used. This may cause problems when debugging or profiling.</target>
<target state="translated">Názvy argumentů v signatuře {0} a implementaci {1} si neodpovídají. Použije se název argumentu ze souboru signatury. To může způsobit problémy při ladění nebo profilování.</target>
<note />
</trans-unit>
<trans-unit id="pickleUnexpectedNonZero">
Expand Down Expand Up @@ -8159,7 +8159,7 @@
</trans-unit>
<trans-unit id="tcCannotCallExtensionMethodInrefToByref">
<source>Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.</source>
<target state="new">Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.</target>
<target state="translated">Nejde volat metodu rozšíření byref {0}. První parametr vyžaduje, aby hodnota byla měnitelná nebo typu byref, která není jen pro čtení.</target>
<note />
</trans-unit>
<trans-unit id="tcByrefsMayNotHaveTypeExtensions">
Expand Down Expand Up @@ -8249,7 +8249,7 @@
</trans-unit>
<trans-unit id="packageManagerUnknown">
<source>Package manager key '{0}' was not registered in {1}. Currently registered: {2}</source>
<target state="new">Package manager key '{0}' was not registered in {1}. Currently registered: {2}</target>
<target state="translated">Klíč správce balíčků {0} nebyl zaregistrován v {1}. Aktuálně registrováno: {2}</target>
<note />
</trans-unit>
<trans-unit id="packageManagerError">
Expand Down
Loading