From 7917d5aa257be5ece684f7c38ea68426f4697908 Mon Sep 17 00:00:00 2001 From: nojaf Date: Tue, 21 Feb 2023 08:12:48 +0100 Subject: [PATCH 1/3] Update docs.microsoft.com to learn.microsoft.com. --- DEVGUIDE.md | 4 +- README.md | 6 +- TESTGUIDE.md | 4 +- docs/debug-emit.md | 2 +- docs/fcs/interactive.fsx | 2 +- docs/fsharp-core-notes.md | 2 +- eng/common/templates/job/job.yml | 2 +- eng/common/templates/job/onelocbuild.yml | 2 +- .../templates/job/publish-build-assets.yml | 2 +- eng/common/templates/jobs/codeql-build.yml | 2 +- eng/common/templates/jobs/jobs.yml | 2 +- eng/common/tools.ps1 | 2 +- release-notes.md | 10 +- src/Compiler/Driver/FxResolver.fs | 2 +- src/Compiler/Driver/XmlDocFileWriter.fsi | 2 +- src/Compiler/Utilities/RidHelpers.fs | 2 +- src/Compiler/Utilities/illib.fs | 2 +- src/Compiler/Utilities/illib.fsi | 2 +- src/FSharp.Core/Query.fsi | 4 +- src/FSharp.Core/array.fsi | 2 +- src/FSharp.Core/array2.fsi | 2 +- src/FSharp.Core/array3.fsi | 2 +- src/FSharp.Core/async.fsi | 10 +- src/FSharp.Core/fslib-extra-pervasives.fsi | 2 +- src/FSharp.Core/list.fsi | 2 +- src/FSharp.Core/nativeptr.fsi | 2 +- src/FSharp.Core/prim-types.fs | 4 +- src/FSharp.Core/prim-types.fsi | 4 +- src/FSharp.Core/quotations.fsi | 2 +- src/FSharp.Core/reflect.fsi | 2 +- src/FSharp.Core/string.fsi | 4 +- .../SomethingToCompile.fs | 2 +- .../SomethingToCompileSmaller.fs | 2 +- tests/service/ScriptOptionsTests.fs | 2 +- .../TutorialProject/Template/Tutorial.fsx | 60 +++++----- .../Template/xlf/Tutorial.fsx.cs.xlf | 104 +++++++++--------- .../Template/xlf/Tutorial.fsx.de.xlf | 104 +++++++++--------- .../Template/xlf/Tutorial.fsx.es.xlf | 104 +++++++++--------- .../Template/xlf/Tutorial.fsx.fr.xlf | 104 +++++++++--------- .../Template/xlf/Tutorial.fsx.it.xlf | 104 +++++++++--------- .../Template/xlf/Tutorial.fsx.ja.xlf | 104 +++++++++--------- .../Template/xlf/Tutorial.fsx.ko.xlf | 104 +++++++++--------- .../Template/xlf/Tutorial.fsx.pl.xlf | 104 +++++++++--------- .../Template/xlf/Tutorial.fsx.pt-BR.xlf | 104 +++++++++--------- .../Template/xlf/Tutorial.fsx.ru.xlf | 104 +++++++++--------- .../Template/xlf/Tutorial.fsx.tr.xlf | 104 +++++++++--------- .../Template/xlf/Tutorial.fsx.zh-Hans.xlf | 104 +++++++++--------- .../Template/xlf/Tutorial.fsx.zh-Hant.xlf | 104 +++++++++--------- .../Source.extension.vsixmanifest | 2 +- .../Source.extension.vsixmanifest | 2 +- 50 files changed, 758 insertions(+), 758 deletions(-) diff --git a/DEVGUIDE.md b/DEVGUIDE.md index da02c907c22..c74b09ecb43 100644 --- a/DEVGUIDE.md +++ b/DEVGUIDE.md @@ -247,7 +247,7 @@ Where `` corresponds to the latest Visual Studio version on your machin * Coding conventions vary from file to file -* Format using [the F# style guide](https://docs.microsoft.com/en-us/dotnet/fsharp/style-guide/) +* Format using [the F# style guide](https://learn.microsoft.com/en-us/dotnet/fsharp/style-guide/) * Avoid tick identifiers like `body'`. They are generally harder to read and can't be inspected in the debugger as things stand. Generally use R suffix instead, e.g. `bodyR`. The R can stand for "rewritten" or "result" @@ -427,4 +427,4 @@ See the "Debugging The Compiler" section of this [article](https://medium.com/@w If you are behind a proxy server, NuGet client tool must be configured to use it: -See the Nuget config file documention for use with a proxy server [https://docs.microsoft.com/en-us/nuget/reference/nuget-config-file](https://docs.microsoft.com/en-us/nuget/reference/nuget-config-file) +See the Nuget config file documention for use with a proxy server [https://learn.microsoft.com/en-us/nuget/reference/nuget-config-file](https://learn.microsoft.com/en-us/nuget/reference/nuget-config-file) diff --git a/README.md b/README.md index 7ca82c9a92d..358026508cd 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ After it's finished, open `FSharp.sln` in your editor of choice. ### Documentation for F# community -* [The F# Documentation](https://docs.microsoft.com/dotnet/fsharp/) is the primary documentation for F#. The source for the content is [here](https://github.com/dotnet/docs/tree/main/docs/fsharp). +* [The F# Documentation](https://learn.microsoft.com/dotnet/fsharp/) is the primary documentation for F#. The source for the content is [here](https://github.com/dotnet/docs/tree/main/docs/fsharp). * [The F# Language Design Process](https://github.com/fsharp/fslang-design/) is the fundamental design process for the language, from [suggestions](https://github.com/fsharp/fslang-suggestions) to completed RFCs. There are also [tooling RFCs](https://github.com/fsharp/fslang-design/tree/main/tooling) for some topics where cross-community co-operation and visibility is most useful. @@ -106,7 +106,7 @@ Additionally, you can use the `#fsharp` tag on Twitter if you have general F# qu If you're curious about F# itself, check out these links: -* [What is F#](https://docs.microsoft.com/dotnet/fsharp/what-is-fsharp) -* [Get started with F#](https://docs.microsoft.com/dotnet/fsharp/get-started/) +* [What is F#](https://learn.microsoft.com/dotnet/fsharp/what-is-fsharp) +* [Get started with F#](https://learn.microsoft.com/dotnet/fsharp/get-started/) * [F# Software Foundation](https://fsharp.org) * [F# Testimonials](https://fsharp.org/testimonials) diff --git a/TESTGUIDE.md b/TESTGUIDE.md index 9eeaa90ead4..52772c67849 100644 --- a/TESTGUIDE.md +++ b/TESTGUIDE.md @@ -228,7 +228,7 @@ When you switch branches, certain temporary files, as well as the .NET version ( git clean -xdf -e .vs ``` -If you get "file in use" errors during cleaning, make sure to close Visual Studio and any running `dotnet.exe` and `VBCSCompiler.exe`, esp those that show up at the bottom of [Process Explorer](https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer) without parent process. +If you get "file in use" errors during cleaning, make sure to close Visual Studio and any running `dotnet.exe` and `VBCSCompiler.exe`, esp those that show up at the bottom of [Process Explorer](https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer) without parent process. #### Running tests on release/dev16.6 etc branches @@ -250,7 +250,7 @@ The following are common errors that users have encountered while running tests ### Error that a file cannot be accessed -The build often leaves dangling processes like `HostedCompilerServer.exe`, `VBCSCompiler.exe` or `MSBuild.exe`. In [Process Explorer](https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer) you can see these processes having no parent process anymore. You can also use this to kill such processes. A typical error looks like and contains the process IDs (here 23152, 25252 and 24704): +The build often leaves dangling processes like `HostedCompilerServer.exe`, `VBCSCompiler.exe` or `MSBuild.exe`. In [Process Explorer](https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer) you can see these processes having no parent process anymore. You can also use this to kill such processes. A typical error looks like and contains the process IDs (here 23152, 25252 and 24704): > C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(4364,5): error MSB3026: Could not copy "D:\Projects\FSharp\artifacts\bin\FSharp.Core\Debug\net45\FSharp.Core.dll" to "D:\Projects\FSharp\tests\fsharpqa\testenv\bin\FSharp.Core.dll". Beginning retry 1 in 1000ms. The process cannot access the file 'D:\Projects\FSharp\tests\fsharpqa\testenv\bin\FSharp.Core.dll' because it is being used by another process. The file is locked by: "HostedCompilerServer (23152), HostedCompilerServer (25252), HostedCompilerServer (24704)" [D:\Projects\OpenSource\FSharp\tests\fsharpqa\testenv\src\ILComparer\ILComparer.fsproj] diff --git a/docs/debug-emit.md b/docs/debug-emit.md index 2b70a45283e..d11e3d63576 100644 --- a/docs/debug-emit.md +++ b/docs/debug-emit.md @@ -310,7 +310,7 @@ Breakpoints tend to be less problematic. ### FeeFee and F00F00 debug points (Hidden and JustMyCodeWithNoSource) -Some fragments of code use constructs generate calls and other IL code that should not have debug points and not participate in "Step Into", for example. These are generated in IlxGen as "FeeFee" debug points. See the [the Portable PDB spec linked here](https://docs.microsoft.com/en-us/dotnet/api/system.reflection.metadata.sequencepoint.hiddenline?view=net-5.0). +Some fragments of code use constructs generate calls and other IL code that should not have debug points and not participate in "Step Into", for example. These are generated in IlxGen as "FeeFee" debug points. See the [the Portable PDB spec linked here](https://learn.microsoft.com/en-us/dotnet/api/system.reflection.metadata.sequencepoint.hiddenline?view=net-5.0). > TODO: There is also the future prospect of generating `JustMyCodeWithNoSource` (0xF00F00) debug points but these are not yet emitted by F#. We should check what this is and when the C# compiler emits these. diff --git a/docs/fcs/interactive.fsx b/docs/fcs/interactive.fsx index 90ec6033c7e..a86f1d8c0a1 100644 --- a/docs/fcs/interactive.fsx +++ b/docs/fcs/interactive.fsx @@ -273,7 +273,7 @@ Evaluating code in using FsiEvaluationSession generates a .NET dynamic assembly You can make generated code collectible by passing `collectible=true`. However, code will only be collected if there are no outstanding object references involving types, for example `FsiValue` objects returned by `EvalExpression`, and you must have disposed the `FsiEvaluationSession`. -See also [Restrictions on Collectible Assemblies](https://docs.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/dd554932(v=vs.100)#restrictions). +See also [Restrictions on Collectible Assemblies](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/dd554932(v=vs.100)#restrictions). The example below shows the creation of 200 evaluation sessions. Note that `collectible=true` and `use session = ...` are both used. diff --git a/docs/fsharp-core-notes.md b/docs/fsharp-core-notes.md index f438e3f2b40..b75acee26e7 100644 --- a/docs/fsharp-core-notes.md +++ b/docs/fsharp-core-notes.md @@ -96,7 +96,7 @@ If you do have an explicit FSharp.Core reference in your C# project that you **n ## Guidance for older projects, compilers, and tools -Modern .NET development, including F#, uses SDK-style projects. You can read about that here: https://docs.microsoft.com/dotnet/core/project-sdk/overview +Modern .NET development, including F#, uses SDK-style projects. You can read about that here: https://learn.microsoft.com/dotnet/core/project-sdk/overview If you are not using SDK-style projects F# projects and/or have an older toolset, the following guidance applies. diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml index 9f55d3f4666..971504303fd 100644 --- a/eng/common/templates/job/job.yml +++ b/eng/common/templates/job/job.yml @@ -2,7 +2,7 @@ # and some (Microbuild) should only be applied to non-PR cases for internal builds. parameters: -# Job schema parameters - https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job +# Job schema parameters - https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job cancelTimeoutInMinutes: '' condition: '' container: '' diff --git a/eng/common/templates/job/onelocbuild.yml b/eng/common/templates/job/onelocbuild.yml index c2cabcf9e06..e7479a88233 100644 --- a/eng/common/templates/job/onelocbuild.yml +++ b/eng/common/templates/job/onelocbuild.yml @@ -2,7 +2,7 @@ parameters: # Optional: dependencies of the job dependsOn: '' - # Optional: A defined YAML pool - https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#pool + # Optional: A defined YAML pool - https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#pool pool: '' CeapexPat: $(dn-bot-ceapex-package-r) # PAT for the loc AzDO instance https://dev.azure.com/ceapex diff --git a/eng/common/templates/job/publish-build-assets.yml b/eng/common/templates/job/publish-build-assets.yml index 1f1b78f2d45..288482a85ba 100644 --- a/eng/common/templates/job/publish-build-assets.yml +++ b/eng/common/templates/job/publish-build-assets.yml @@ -13,7 +13,7 @@ parameters: # Optional: Include PublishBuildArtifacts task enablePublishBuildArtifacts: false - # Optional: A defined YAML pool - https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#pool + # Optional: A defined YAML pool - https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#pool pool: {} # Optional: should run as a public build even in the internal project diff --git a/eng/common/templates/jobs/codeql-build.yml b/eng/common/templates/jobs/codeql-build.yml index f7dc5ea4aaa..39252159136 100644 --- a/eng/common/templates/jobs/codeql-build.yml +++ b/eng/common/templates/jobs/codeql-build.yml @@ -1,7 +1,7 @@ parameters: # See schema documentation in /Documentation/AzureDevOps/TemplateSchema.md continueOnError: false - # Required: A collection of jobs to run - https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job + # Required: A collection of jobs to run - https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job jobs: [] # Optional: if specified, restore and use this version of Guardian instead of the default. overrideGuardianVersion: '' diff --git a/eng/common/templates/jobs/jobs.yml b/eng/common/templates/jobs/jobs.yml index 289bb2396ce..0b7d143109c 100644 --- a/eng/common/templates/jobs/jobs.yml +++ b/eng/common/templates/jobs/jobs.yml @@ -21,7 +21,7 @@ parameters: # Optional: Include toolset dependencies in the generated graph files includeToolset: false - # Required: A collection of jobs to run - https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job + # Required: A collection of jobs to run - https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job jobs: [] # Optional: Override automatically derived dependsOn value for "publish build assets" job diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 44912694329..3c5765874b2 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -497,7 +497,7 @@ function InitializeXCopyMSBuild([string]$packageVersion, [bool]$install) { # Two part minimal VS version, e.g. "15.9", "16.0", etc. # "components": ["componentId1", "componentId2", ...] # Array of ids of workload components that must be available in the VS instance. -# See e.g. https://docs.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-enterprise?view=vs-2017 +# See e.g. https://learn.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-enterprise?view=vs-2017 # # Returns JSON describing the located VS instance (same format as returned by vswhere), # or $null if no instance meeting the requirements is found on the machine. diff --git a/release-notes.md b/release-notes.md index 8671501a864..3d9c8f81ba3 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2245,19 +2245,19 @@ Includes commits up to `3385e58aabc91368c8e1f551650ba48705aaa285` Features Added in F# Language Versions ====================================== -# [F# 4.7](https://docs.microsoft.com/en-us/dotnet/fsharp/whats-new/fsharp-47) +# [F# 4.7](https://learn.microsoft.com/en-us/dotnet/fsharp/whats-new/fsharp-47) - Compiler support for `LangVersion` - Implicit `yield`s - No more required double underscore (wildcard identifier) - Indentation relaxations for parameters passed to constructors and static methods -# [F# 4.6](https://docs.microsoft.com/en-us/dotnet/fsharp/whats-new/fsharp-46) +# [F# 4.6](https://learn.microsoft.com/en-us/dotnet/fsharp/whats-new/fsharp-46) - Anonymous records - `ValueOption` module functions -# [F# 4.5](https://docs.microsoft.com/en-us/dotnet/fsharp/whats-new/fsharp-45) +# [F# 4.5](https://learn.microsoft.com/en-us/dotnet/fsharp/whats-new/fsharp-45) - Versioning alignment of binary, package, and language - Support for `Span<'T>` and related types @@ -2329,13 +2329,13 @@ Features Added in F# Language Versions - Native interoperability - Computation expressions -# [F# 1.1](https://docs.microsoft.com/en-us/archive/blogs/dsyme/a-taste-of-whats-new-in-f-1-1) +# [F# 1.1](https://learn.microsoft.com/en-us/archive/blogs/dsyme/a-taste-of-whats-new-in-f-1-1) - Interactive environment - Object programming - Encapsulation Extensions -# [F# 1.0](https://docs.microsoft.com/en-us/archive/blogs/dsyme/welcome-to-dons-f-blog) +# [F# 1.0](https://learn.microsoft.com/en-us/archive/blogs/dsyme/welcome-to-dons-f-blog) - Discriminated unions - Records diff --git a/src/Compiler/Driver/FxResolver.fs b/src/Compiler/Driver/FxResolver.fs index a9ddac4a7ad..5b0d5d41c57 100644 --- a/src/Compiler/Driver/FxResolver.fs +++ b/src/Compiler/Driver/FxResolver.fs @@ -853,7 +853,7 @@ type internal FxResolver // System.Runtime.InteropServices.RuntimeInformation.RuntimeIdentifier // On Desktop framework compile it using osplatform+processarch+ // Computer valid dotnet-rids for this environment: - // https://docs.microsoft.com/en-us/dotnet/core/rid-catalog + // https://learn.microsoft.com/en-us/dotnet/core/rid-catalog // // Where rid is: win, win-x64, win-x86, osx-x64, linux-x64 etc ... let runningRid = diff --git a/src/Compiler/Driver/XmlDocFileWriter.fsi b/src/Compiler/Driver/XmlDocFileWriter.fsi index 1933478228a..c7159b7dd6b 100644 --- a/src/Compiler/Driver/XmlDocFileWriter.fsi +++ b/src/Compiler/Driver/XmlDocFileWriter.fsi @@ -10,7 +10,7 @@ module XmlDocWriter = /// Writes the XML document signature to the XmlDocSig property of each /// element (field, union case, etc) of the specified compilation unit. /// The XmlDocSig is the unique identifier of this XmlDoc in the generated Xml documentation file. - /// The full format is described at https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/documentation-comments#id-string-format + /// The full format is described at https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/documentation-comments#id-string-format val ComputeXmlDocSigs: tcGlobals: TcGlobals * generatedCcu: CcuThunk -> unit /// Writes the XmlDocSig property of each element (field, union case, etc) diff --git a/src/Compiler/Utilities/RidHelpers.fs b/src/Compiler/Utilities/RidHelpers.fs index 16b18917c4e..4c42e99cd91 100644 --- a/src/Compiler/Utilities/RidHelpers.fs +++ b/src/Compiler/Utilities/RidHelpers.fs @@ -5,7 +5,7 @@ open System.Runtime.InteropServices module internal RidHelpers = // Computer valid dotnet-rids for this environment: - // https://docs.microsoft.com/en-us/dotnet/core/rid-catalog + // https://learn.microsoft.com/en-us/dotnet/core/rid-catalog // // Where rid is: win, win-x64, win-x86, osx-x64, linux-x64 etc ... let probingRids, baseRid, platformRid = diff --git a/src/Compiler/Utilities/illib.fs b/src/Compiler/Utilities/illib.fs index 0161ac65167..39d711d91ba 100644 --- a/src/Compiler/Utilities/illib.fs +++ b/src/Compiler/Utilities/illib.fs @@ -63,7 +63,7 @@ module internal PervasiveAutoOpens = let inline (===) x y = LanguagePrimitives.PhysicalEquality x y - /// Per the docs the threshold for the Large Object Heap is 85000 bytes: https://docs.microsoft.com/en-us/dotnet/standard/garbage-collection/large-object-heap#how-an-object-ends-up-on-the-large-object-heap-and-how-gc-handles-them + /// Per the docs the threshold for the Large Object Heap is 85000 bytes: https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/large-object-heap#how-an-object-ends-up-on-the-large-object-heap-and-how-gc-handles-them /// We set the limit to be 80k to account for larger pointer sizes for when F# is running 64-bit. let LOH_SIZE_THRESHOLD_BYTES = 80_000 diff --git a/src/Compiler/Utilities/illib.fsi b/src/Compiler/Utilities/illib.fsi index 26c8fb21db4..2761d323008 100644 --- a/src/Compiler/Utilities/illib.fsi +++ b/src/Compiler/Utilities/illib.fsi @@ -44,7 +44,7 @@ module internal PervasiveAutoOpens = val inline (===): x: 'a -> y: 'a -> bool when 'a: not struct - /// Per the docs the threshold for the Large Object Heap is 85000 bytes: https://docs.microsoft.com/en-us/dotnet/standard/garbage-collection/large-object-heap#how-an-object-ends-up-on-the-large-object-heap-and-how-gc-handles-them + /// Per the docs the threshold for the Large Object Heap is 85000 bytes: https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/large-object-heap#how-an-object-ends-up-on-the-large-object-heap-and-how-gc-handles-them /// We set the limit to be 80k to account for larger pointer sizes for when F# is running 64-bit. val LOH_SIZE_THRESHOLD_BYTES: int diff --git a/src/FSharp.Core/Query.fsi b/src/FSharp.Core/Query.fsi index 62f7697c0fe..f836f886adb 100644 --- a/src/FSharp.Core/Query.fsi +++ b/src/FSharp.Core/Query.fsi @@ -16,7 +16,7 @@ namespace Microsoft.FSharp.Linq /// /// /// Library functionality for F# query syntax and interoperability with .NET LINQ Expressions. See - /// also F# Query Expressions in the F# Language Guide. + /// also F# Query Expressions in the F# Language Guide. /// [] type QuerySource<'T, 'Q> = @@ -31,7 +31,7 @@ namespace Microsoft.FSharp.Linq member Source: seq<'T> /// The type used to support the F# query syntax. Use 'query { ... }' to use the query syntax. See - /// also F# Query Expressions in the F# Language Guide. + /// also F# Query Expressions in the F# Language Guide. [] type QueryBuilder = /// Create an instance of this builder. Use 'query { ... }' to use the query syntax. diff --git a/src/FSharp.Core/array.fsi b/src/FSharp.Core/array.fsi index 8846db0bf6d..2d08d1116e1 100644 --- a/src/FSharp.Core/array.fsi +++ b/src/FSharp.Core/array.fsi @@ -10,7 +10,7 @@ open System.Collections.Generic /// Contains operations for working with arrays. /// /// -/// See also F# Language Guide - Arrays. +/// See also F# Language Guide - Arrays. /// [] [] diff --git a/src/FSharp.Core/array2.fsi b/src/FSharp.Core/array2.fsi index 6867ea5884a..e64c92d32ba 100644 --- a/src/FSharp.Core/array2.fsi +++ b/src/FSharp.Core/array2.fsi @@ -9,7 +9,7 @@ open Microsoft.FSharp.Core /// Contains operations for working with 2-dimensional arrays. /// /// -/// See also F# Language Guide - Arrays. +/// See also F# Language Guide - Arrays. /// /// F# and CLI multi-dimensional arrays are typically zero-based. /// However, CLI multi-dimensional arrays used in conjunction with external diff --git a/src/FSharp.Core/array3.fsi b/src/FSharp.Core/array3.fsi index e1f33dc9448..12cc32419d2 100644 --- a/src/FSharp.Core/array3.fsi +++ b/src/FSharp.Core/array3.fsi @@ -10,7 +10,7 @@ open Microsoft.FSharp.Core.Operators /// Contains operations for working with rank 3 arrays. /// /// -/// See also F# Language Guide - Arrays. +/// See also F# Language Guide - Arrays. /// [] [] diff --git a/src/FSharp.Core/async.fsi b/src/FSharp.Core/async.fsi index 3aa0403bb19..b5d039df06d 100644 --- a/src/FSharp.Core/async.fsi +++ b/src/FSharp.Core/async.fsi @@ -19,14 +19,14 @@ namespace Microsoft.FSharp.Control /// This type has no members. Asynchronous computations are normally specified either by using an async expression /// or the static methods in the type. /// - /// See also F# Language Guide - Async Workflows. + /// See also F# Language Guide - Async Workflows. /// /// /// /// Library functionality for asynchronous programming, events and agents. See also - /// Asynchronous Programming, - /// Events and - /// Lazy Expressions in the + /// Asynchronous Programming, + /// Events and + /// Lazy Expressions in the /// F# Language Guide. /// /// @@ -38,7 +38,7 @@ namespace Microsoft.FSharp.Control /// Holds static members for creating and manipulating asynchronous computations. /// /// - /// See also F# Language Guide - Async Workflows. + /// See also F# Language Guide - Async Workflows. /// /// /// Async Programming diff --git a/src/FSharp.Core/fslib-extra-pervasives.fsi b/src/FSharp.Core/fslib-extra-pervasives.fsi index ea1ec13f767..b5be840d4ba 100644 --- a/src/FSharp.Core/fslib-extra-pervasives.fsi +++ b/src/FSharp.Core/fslib-extra-pervasives.fsi @@ -372,7 +372,7 @@ namespace Microsoft.FSharp.Core.CompilerServices /// /// /// Library functionality for supporting type providers and code generated by the F# compiler. See - /// also F# Type Providers in the F# Language Guide. + /// also F# Type Providers in the F# Language Guide. /// type MeasureProduct<'Measure1, 'Measure2> diff --git a/src/FSharp.Core/list.fsi b/src/FSharp.Core/list.fsi index 782a035e891..fe8d1daaf10 100644 --- a/src/FSharp.Core/list.fsi +++ b/src/FSharp.Core/list.fsi @@ -10,7 +10,7 @@ open Microsoft.FSharp.Collections /// Contains operations for working with values of type . /// /// Operations for collections such as lists, arrays, sets, maps and sequences. See also -/// F# Collection Types in the F# Language Guide. +/// F# Collection Types in the F# Language Guide. /// [] [] diff --git a/src/FSharp.Core/nativeptr.fsi b/src/FSharp.Core/nativeptr.fsi index d494602c7f0..0b88d576baa 100644 --- a/src/FSharp.Core/nativeptr.fsi +++ b/src/FSharp.Core/nativeptr.fsi @@ -10,7 +10,7 @@ open Microsoft.FSharp.Collections /// /// /// Library functionality for native interopability. See -/// also F# External Functions in +/// also F# External Functions in /// the F# Language Guide. /// [] diff --git a/src/FSharp.Core/prim-types.fs b/src/FSharp.Core/prim-types.fs index 6f01684de09..2a52541e0eb 100644 --- a/src/FSharp.Core/prim-types.fs +++ b/src/FSharp.Core/prim-types.fs @@ -5657,7 +5657,7 @@ namespace Microsoft.FSharp.Core let current () = // according to IEnumerator.Current documentation, the result of of Current // is undefined prior to the first call of MoveNext and post called to MoveNext - // that return false (see https://msdn.microsoft.com/en-us/library/58e146b7%28v=vs.110%29.aspx) + // that return false (see https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerator-1.current?redirectedfrom=MSDN&view=net-7.0#System_Collections_Generic_IEnumerator_1_Current) // so we should be able to just return value here, and we could get rid of the // complete variable which would be faster if not state.Started then @@ -5715,7 +5715,7 @@ namespace Microsoft.FSharp.Core let inline current () = // according to IEnumerator.Current documentation, the result of of Current // is undefined prior to the first call of MoveNext and post called to MoveNext - // that return false (see https://msdn.microsoft.com/en-us/library/58e146b7%28v=vs.110%29.aspx) + // that return false (see https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerator-1.current?redirectedfrom=MSDN&view=net-7.0#System_Collections_Generic_IEnumerator_1_Current) // so we should be able to just return value here, which would be faster let derefValue = value if derefValue < n then diff --git a/src/FSharp.Core/prim-types.fsi b/src/FSharp.Core/prim-types.fsi index ff9ce073635..5dadb009ae6 100644 --- a/src/FSharp.Core/prim-types.fsi +++ b/src/FSharp.Core/prim-types.fsi @@ -2592,7 +2592,7 @@ namespace Microsoft.FSharp.Collections /// the notation [1; 2; 3]. Use the values in the List module to manipulate /// values of this type, or pattern match against the values directly. /// - /// See also F# Language Guide - Lists. + /// See also F# Language Guide - Lists. /// and 'T list = List<'T> @@ -2604,7 +2604,7 @@ namespace Microsoft.FSharp.Collections /// /// See the module for further operations related to sequences. /// - /// See also F# Language Guide - Sequences. + /// See also F# Language Guide - Sequences. /// type seq<'T> = IEnumerable<'T> diff --git a/src/FSharp.Core/quotations.fsi b/src/FSharp.Core/quotations.fsi index 7b689671c18..28842c323dd 100644 --- a/src/FSharp.Core/quotations.fsi +++ b/src/FSharp.Core/quotations.fsi @@ -13,7 +13,7 @@ open System.Reflection /// /// /// Library functionality for F# quotations. -/// See also F# Code Quotations in the F# Language Guide. +/// See also F# Code Quotations in the F# Language Guide. /// [] [] diff --git a/src/FSharp.Core/reflect.fsi b/src/FSharp.Core/reflect.fsi index 6f528195ae5..0d9aac7d438 100644 --- a/src/FSharp.Core/reflect.fsi +++ b/src/FSharp.Core/reflect.fsi @@ -14,7 +14,7 @@ open Microsoft.FSharp.Collections /// /// /// Library functionality for accessing additional information about F# types and F# values at -/// runtime, augmenting that available through System.Reflection. +/// runtime, augmenting that available through System.Reflection. /// [] type UnionCaseInfo = diff --git a/src/FSharp.Core/string.fsi b/src/FSharp.Core/string.fsi index 273d0340b4b..57a91e43d48 100644 --- a/src/FSharp.Core/string.fsi +++ b/src/FSharp.Core/string.fsi @@ -7,8 +7,8 @@ open Microsoft.FSharp.Collections /// Functional programming operators for string processing. Further string operations /// are available via the member functions on strings and other functionality in -/// System.String -/// and System.Text.RegularExpressions types. +/// System.String +/// and System.Text.RegularExpressions types. /// /// /// Strings and Text diff --git a/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/SomethingToCompile.fs b/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/SomethingToCompile.fs index 4451929c3f3..6e0ef06343d 100644 --- a/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/SomethingToCompile.fs +++ b/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/SomethingToCompile.fs @@ -62,7 +62,7 @@ module internal PervasiveAutoOpens = let inline (===) x y = LanguagePrimitives.PhysicalEquality x y - /// Per the docs the threshold for the Large Object Heap is 85000 bytes: https://docs.microsoft.com/en-us/dotnet/standard/garbage-collection/large-object-heap#how-an-object-ends-up-on-the-large-object-heap-and-how-gc-handles-them + /// Per the docs the threshold for the Large Object Heap is 85000 bytes: https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/large-object-heap#how-an-object-ends-up-on-the-large-object-heap-and-how-gc-handles-them /// We set the limit to be 80k to account for larger pointer sizes for when F# is running 64-bit. let LOH_SIZE_THRESHOLD_BYTES = 80_000 diff --git a/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/SomethingToCompileSmaller.fs b/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/SomethingToCompileSmaller.fs index f3f87402a61..1e9945fe3e3 100644 --- a/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/SomethingToCompileSmaller.fs +++ b/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/SomethingToCompileSmaller.fs @@ -62,7 +62,7 @@ module internal PervasiveAutoOpens = let inline (===) x y = LanguagePrimitives.PhysicalEquality x y - /// Per the docs the threshold for the Large Object Heap is 85000 bytes: https://docs.microsoft.com/en-us/dotnet/standard/garbage-collection/large-object-heap#how-an-object-ends-up-on-the-large-object-heap-and-how-gc-handles-them + /// Per the docs the threshold for the Large Object Heap is 85000 bytes: https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/large-object-heap#how-an-object-ends-up-on-the-large-object-heap-and-how-gc-handles-them /// We set the limit to be 80k to account for larger pointer sizes for when F# is running 64-bit. let LOH_SIZE_THRESHOLD_BYTES = 80_000 diff --git a/tests/service/ScriptOptionsTests.fs b/tests/service/ScriptOptionsTests.fs index 998120a81d4..f5f62f9a17a 100644 --- a/tests/service/ScriptOptionsTests.fs +++ b/tests/service/ScriptOptionsTests.fs @@ -71,7 +71,7 @@ let pi = Math.PI // // This must be because of some setting in the CI build scripts - e.g. an environment variable // that allows SDK resolution to be overriden. I've tried to track this down by looking through -// https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet resolution rules +// https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet resolution rules // and the F# and CI settings but can't find the setting that is causing this. // // Because of this the test has been manually verified by running locally. diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/Tutorial.fsx b/vsintegration/ProjectTemplates/TutorialProject/Template/Tutorial.fsx index 741e8c5a866..a2d52e27adf 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/Tutorial.fsx +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/Tutorial.fsx @@ -7,10 +7,10 @@ // // @@@MoreAbout|For more about F#, see:@@@ // https://fsharp.org -// https://docs.microsoft.com/en-us/dotnet/articles/fsharp/ +// https://learn.microsoft.com/en-us/dotnet/articles/fsharp/ // // @@@SeeDocumentaton|To see this tutorial in documentation form, see:@@@ -// https://docs.microsoft.com/en-us/dotnet/articles/fsharp/tour +// https://learn.microsoft.com/en-us/dotnet/articles/fsharp/tour // // @@@LearnMoreAbout|To learn more about applied F# programming, use@@@ // https://fsharp.org/guides/enterprise/ @@ -33,19 +33,19 @@ /// /// @@@XmlComments-Line1|They also support .NET-style XML comments, which allow you to generate reference documentation,@@@ /// @@@XmlComments-Line2|and they also allow editors (such as Visual Studio) to extract information from them.@@@ -/// @@@XmlComments-Line3|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation@@@ +/// @@@XmlComments-Line3|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation@@@ // @@@OpenNamespaces|Open namespaces using the 'open' keyword.@@@ // -// @@@LearnMore|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword@@@ +// @@@LearnMore|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword@@@ open System /// @@@Module-Line1|A module is a grouping of F# code, such as values, types, and function values.@@@ /// @@@Module-Line2|Grouping code in modules helps keep related code together and helps avoid name conflicts in your program.@@@ /// -/// @@@Module-Line3|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules@@@ +/// @@@Module-Line3|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules@@@ module IntegersAndNumbers = /// @@@SampleInt|This is a sample integer.@@@ @@ -74,7 +74,7 @@ module IntegersAndNumbers = /// @@@ValuesImmutable-Line1|Values in F# are immutable by default. They cannot be changed@@@ /// @@@ValuesImmutable-Line2|in the course of a program's execution unless explicitly marked as mutable.@@@ /// -/// @@@ValuesImmutable-Line3|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable@@@ +/// @@@ValuesImmutable-Line3|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable@@@ module Immutability = /// @@@LetKeyword-Line1|Binding a value to a name via 'let' makes it immutable.@@@ @@ -101,7 +101,7 @@ module Immutability = /// @@@FunctionsModule-Line1|Much of F# programming consists of defining functions that transform input data to produce@@@ /// @@@FunctionsModule-Line2|useful results.@@@ /// -/// @@@FunctionsModule-Line3|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/@@@ +/// @@@FunctionsModule-Line3|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/@@@ module BasicFunctions = /// @@@LetFunction-Line1|You use 'let' to define a function. This one accepts an integer argument and returns an integer.@@@ @@ -140,9 +140,9 @@ module BasicFunctions = /// @@@Booleans-Line1|Booleans are fundamental data types in F#. Here are some examples of Booleans and conditional logic.@@@ /// /// @@@Booleans-Line2|To learn more, see:@@@ -/// https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/primitive-types +/// https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/primitive-types /// @@@Booleans-Line3|and@@@ -/// https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/symbol-and-operator-reference/boolean-operators +/// https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/symbol-and-operator-reference/boolean-operators module Booleans = /// @@@BooleanValues|Booleans values are 'true' and 'false'.@@@ @@ -158,7 +158,7 @@ module Booleans = /// @@@Strings-Line1|Strings are fundamental data types in F#. Here are some examples of Strings and basic String manipulation.@@@ /// -/// @@@Strings-Line2|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings@@@ +/// @@@Strings-Line2|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings@@@ module StringManipulation = /// @@@StringQuotes|Strings use double quotes.@@@ @@ -186,7 +186,7 @@ module StringManipulation = /// @@@Tuples-Line1|Tuples are simple combinations of data values into a combined value.@@@ /// -/// @@@Tuples-Line2|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples@@@ +/// @@@Tuples-Line2|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples@@@ module Tuples = /// @@@TupleInteger|A simple tuple of integers.@@@ @@ -231,8 +231,8 @@ module Tuples = /// @@@Pipes-Line2|are used extensively when processing data. These operators are themselves functions@@@ /// @@@Pipes-Line3|which make use of Partial Application.@@@ /// -/// @@@Pipes-Line4|To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining@@@ -/// @@@Pipes-Line5|To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments@@@ +/// @@@Pipes-Line4|To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining@@@ +/// @@@Pipes-Line5|To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments@@@ module PipelinesAndComposition = /// @@@Squares|Squares a value.@@@ @@ -314,7 +314,7 @@ module PipelinesAndComposition = /// @@@Lists-Line2|This module shows various ways to generate lists and process lists with some functions@@@ /// @@@Lists-Line3|in the 'List' module in the F# Core Library.@@@ /// -/// @@@Lists-Line4|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists@@@ +/// @@@Lists-Line4|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists@@@ module Lists = /// @@@ListEmptyDefinition|Lists are defined using [ ... ]. This is an empty list.@@@ @@ -373,7 +373,7 @@ module Lists = /// @@@Arrays-Line2|Although they are similar to Lists (they support enumeration and have similar combinators for data processing),@@@ /// @@@Arrays-Line3|they are generally faster and support fast random access. This comes at the cost of being less safe by being mutable.@@@ /// -/// @@@Arrays-Line4|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays@@@ +/// @@@Arrays-Line4|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays@@@ module Arrays = /// @@@EmptyArray|This is The empty array. Note that the syntax is similar to that of Lists, but uses `[| ... |]` instead.@@@ @@ -403,7 +403,7 @@ module Arrays = // @@@ArrayAssignment-Line1|You can modify the contents of an an array element by using the left arrow assignment operator.@@@ // - // @@@ArrayAssignment-Line2|To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables@@@ + // @@@ArrayAssignment-Line2|To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables@@@ array2.[1] <- "WORLD!" /// @@@ArrayMap-Line1|You can transform arrays using 'Array.map' and other functional programming operations.@@@ @@ -423,7 +423,7 @@ module Arrays = /// /// @@@Sequences-Line4|Sequence processing functions can be applied to Lists and Arrays as well.@@@ /// -/// @@@Sequences-Line5|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences@@@ +/// @@@Sequences-Line5|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences@@@ module Sequences = /// @@@EmptySequence|This is the empty sequence.@@@ @@ -466,7 +466,7 @@ module Sequences = /// /// @@@RecursiveFunctions-Line3|Recursion is the preferred way to process sequences or collections in F#.@@@ /// -/// @@@RecursiveFunctions-Line4|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions@@@ +/// @@@RecursiveFunctions-Line4|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions@@@ module RecursiveFunctions = /// @@@RecFunDef-Line1|This example shows a recursive function that computes the factorial of an@@@ @@ -512,7 +512,7 @@ module RecursiveFunctions = /// @@@Records-Line1|Records are an aggregate of named values, with optional members (such as methods).@@@ /// @@@Records-Line2|They are immutable and have structural equality semantics.@@@ /// -/// @@@Records-Line3|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records@@@ +/// @@@Records-Line3|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records@@@ module RecordTypes = /// @@@RecordDefinition|This example shows how to define a new record type.@@@ @@ -534,7 +534,7 @@ module RecordTypes = /// @@@UpdateRecord-Line2|a new record value that is a copy of contact1, but has different values for@@@ /// @@@UpdateRecord-Line3|the 'Phone' and 'Verified' fields.@@@ /// - /// @@@UpdateRecord-Line4|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions@@@ + /// @@@UpdateRecord-Line4|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions@@@ let contact2 = { contact1 with Phone = "(206) 555-0112" @@ -580,7 +580,7 @@ module RecordTypes = /// @@@DiscriminatedUnions-Line1|Discriminated Unions (DU for short) are values which could be a number of named forms or cases.@@@ /// @@@DiscriminatedUnions-Line2|Data stored in DUs can be one of several distinct values.@@@ /// -/// @@@DiscriminatedUnions-Line3|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions@@@ +/// @@@DiscriminatedUnions-Line3|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions@@@ module DiscriminatedUnions = /// @@@CardSuit|The following represents the suit of a playing card.@@@ @@ -710,7 +710,7 @@ module DiscriminatedUnions = /// @@@PatternMatching-Line3|decompose data into constituent parts, or extract information from data in various ways.@@@ /// @@@PatternMatching-Line4|You can then dispatch on the "shape" of a pattern via Pattern Matching.@@@ /// -/// @@@PatternMatching-Line5|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching@@@ +/// @@@PatternMatching-Line5|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching@@@ module PatternMatching = /// @@@PersonRecord|A record for a person's first and last name@@@ @@ -768,7 +768,7 @@ module PatternMatching = // @@@ActivePatterns-Line1|Active Patterns are another powerful construct to use with pattern matching.@@@ // @@@ActivePatterns-Line2|They allow you to partition input data into custom forms, decomposing them at the pattern match call site.@@@ // - // @@@ActivePatterns-Line3|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns@@@ + // @@@ActivePatterns-Line3|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns@@@ let (|Int|_|) = parseInt let (|Double|_|) = parseDouble let (|Date|_|) = parseDateTimeOffset @@ -794,7 +794,7 @@ module PatternMatching = /// @@@Option-Line2|They are used extensively in F# code to represent the cases where many other@@@ /// @@@Option-Line3|languages would use null references.@@@ /// -/// @@@Option-Line4|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options@@@ +/// @@@Option-Line4|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options@@@ module OptionValues = /// @@@ZipCode|First, define a zipcode defined via Single-case Discriminated Union.@@@ @@ -821,7 +821,7 @@ module OptionValues = /// @@@UnitsOfMeasure-Line1|Units of measure are a way to annotate primitive numeric types in a type-safe way.@@@ /// @@@UnitsOfMeasure-Line2|You can then perform type-safe arithmetic on these values.@@@ /// -/// @@@UnitsOfMeasure-Line3|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure@@@ +/// @@@UnitsOfMeasure-Line3|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure@@@ module UnitsOfMeasure = /// @@@CommonUnits|First, open a collection of common unit names@@@ @@ -849,9 +849,9 @@ module UnitsOfMeasure = /// @@@Classes-Line1|Classes are a way of defining new object types in F#, and support standard Object-oriented constructs.@@@ /// @@@Classes-Line2|They can have a variety of members (methods, properties, events, etc.)@@@ /// -/// @@@Classes-Line3|To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes@@@ +/// @@@Classes-Line3|To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes@@@ /// -/// @@@Classes-Line4|To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members@@@ +/// @@@Classes-Line4|To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members@@@ module DefiningClasses = /// @@@Vector-Line1|A simple two-dimensional Vector class.@@@ @@ -887,7 +887,7 @@ module DefiningClasses = /// @@@GenericClasses-Line1|Generic classes allow types to be defined with respect to a set of type parameters.@@@ /// @@@GenericClasses-Line2|In the following, 'T is the type parameter for the class.@@@ /// -/// @@@GenericClasses-Line3|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/@@@ +/// @@@GenericClasses-Line3|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/@@@ module DefiningGenericClasses = type StateTracker<'T>(initialElement: 'T) = @@ -915,7 +915,7 @@ module DefiningGenericClasses = /// @@@Interfaces-Line1|Interfaces are object types with only 'abstract' members.@@@ /// @@@Interfaces-Line2|Object types and object expressions can implement interfaces.@@@ /// -/// @@@Interfaces-Line3|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces@@@ +/// @@@Interfaces-Line3|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces@@@ module ImplementingInterfaces = /// @@@IDisposable|This is a type that implements IDisposable.@@@ @@ -964,7 +964,7 @@ module ParallelArrayProgramming = /// @@@Events-Line1|Events are a common idiom for .NET programming, especially with WinForms or WPF applications.@@@ /// -/// @@@Events-Line2|To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events@@@ +/// @@@Events-Line2|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events@@@ module Events = /// @@@SimpleEvent|First, create instance of Event object that consists of subscription point (event.Publish) and event trigger (event.Trigger).@@@ diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.cs.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.cs.xlf index 6de826791a4..75cb7f60ffa 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.cs.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.cs.xlf @@ -88,8 +88,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,8 +98,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,8 +113,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/modules @@ -168,8 +168,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,8 +218,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/functions/ @@ -308,8 +308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/strings @@ -358,8 +358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/tuples @@ -448,13 +448,13 @@ - To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - Další informace o těchto operátorech: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + Další informace o těchto operátorech: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments - Další informace o částečném použití argumentů: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + Další informace o částečném použití argumentů: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,8 +613,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/lists @@ -703,8 +703,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/arrays @@ -748,8 +748,8 @@ - To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables - Další informace o tomto operátoru: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + Další informace o tomto operátoru: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,8 +783,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/sequences @@ -843,8 +843,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,8 +908,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/records @@ -943,8 +943,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,8 +998,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,8 +1203,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,8 +1278,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,8 +1308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/options @@ -1358,8 +1358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,13 +1408,13 @@ - To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - Další informace o třídách: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + Další informace o třídách: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members - Další informace o členech: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + Další informace o členech: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/members @@ -1478,8 +1478,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,8 +1528,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,8 +1598,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events - Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.de.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.de.xlf index 610ce9ef2be..f648cb54b3f 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.de.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.de.xlf @@ -88,8 +88,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation - Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/xml-documentation. + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/xml-documentation. @@ -98,8 +98,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword - Weitere Informationen finden Sie hier: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword. + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + Weitere Informationen finden Sie hier: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword. @@ -113,8 +113,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules - Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/modules. + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/modules. @@ -168,8 +168,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable - Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,8 +218,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ - Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/functions/ @@ -308,8 +308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings - Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/strings @@ -358,8 +358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples - Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/tuples @@ -448,13 +448,13 @@ - To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - Weitere Informationen zu diesen Operatoren finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + Weitere Informationen zu diesen Operatoren finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments - Weitere Informationen zur partiellen Anwendung finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + Weitere Informationen zur partiellen Anwendung finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,8 +613,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists - Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/lists @@ -703,8 +703,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays - Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/arrays @@ -748,8 +748,8 @@ - To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables - Weitere Informationen zu diesem Operator finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + Weitere Informationen zu diesem Operator finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,8 +783,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences - Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/sequences @@ -843,8 +843,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions - Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,8 +908,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records - Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/records @@ -943,8 +943,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions - Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,8 +998,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions - Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,8 +1203,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching - Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,8 +1278,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns - Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,8 +1308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options - Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/options @@ -1358,8 +1358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure - Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,13 +1408,13 @@ - To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - Weitere Informationen zu Klassen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + Weitere Informationen zu Klassen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members - Weitere Informationen zu Membern finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + Weitere Informationen zu Membern finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/members @@ -1478,8 +1478,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ - Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,8 +1528,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces - Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,8 +1598,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events - Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.es.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.es.xlf index 692964c7132..de38a1fb8f4 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.es.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.es.xlf @@ -88,8 +88,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,8 +98,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,8 +113,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules @@ -168,8 +168,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,8 +218,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ @@ -308,8 +308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings @@ -358,8 +358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples @@ -448,13 +448,13 @@ - To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - Para obtener más información sobre estos operadores, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + Para obtener más información sobre estos operadores, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments - Para obtener más información sobre la aplicación parcial, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + Para obtener más información sobre la aplicación parcial, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,8 +613,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists @@ -703,8 +703,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays @@ -748,8 +748,8 @@ - To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables - Para obtener más información sobre este operador, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + Para obtener más información sobre este operador, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,8 +783,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences @@ -843,8 +843,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,8 +908,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records @@ -943,8 +943,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,8 +998,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,8 +1203,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,8 +1278,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,8 +1308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options @@ -1358,8 +1358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,13 +1408,13 @@ - To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - Para obtener más información sobre las clases, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + Para obtener más información sobre las clases, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members - Para obtener más información sobre miembros, vea https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + Para obtener más información sobre miembros, vea https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members @@ -1478,8 +1478,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,8 +1528,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,8 +1598,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events - Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.fr.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.fr.xlf index ecef37c1889..ffa1a00abe3 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.fr.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.fr.xlf @@ -88,8 +88,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,8 +98,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,8 +113,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules @@ -168,8 +168,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,8 +218,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ @@ -308,8 +308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings @@ -358,8 +358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples @@ -448,13 +448,13 @@ - To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - Pour en savoir plus sur ces opérateurs, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + Pour en savoir plus sur ces opérateurs, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments - Pour en savoir plus sur l'application partielle, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + Pour en savoir plus sur l'application partielle, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,8 +613,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists @@ -703,8 +703,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays @@ -748,8 +748,8 @@ - To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables - Pour en savoir plus sur cet opérateur, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + Pour en savoir plus sur cet opérateur, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,8 +783,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences @@ -843,8 +843,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,8 +908,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records @@ -943,8 +943,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,8 +998,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,8 +1203,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,8 +1278,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,8 +1308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options @@ -1358,8 +1358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,13 +1408,13 @@ - To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - Pour en savoir plus sur les classes, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + Pour en savoir plus sur les classes, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members - Pour en savoir plus sur les membres, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + Pour en savoir plus sur les membres, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members @@ -1478,8 +1478,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,8 +1528,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,8 +1598,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events - Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.it.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.it.xlf index 67464ae660a..e529e99c500 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.it.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.it.xlf @@ -88,8 +88,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,8 +98,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,8 +113,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/modules @@ -168,8 +168,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,8 +218,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/functions/ @@ -308,8 +308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/strings @@ -358,8 +358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/tuples @@ -448,13 +448,13 @@ - To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - Per altre informazioni su questi operatori, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + Per altre informazioni su questi operatori, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments - Per altre informazioni sull'applicazione parziale, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + Per altre informazioni sull'applicazione parziale, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,8 +613,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/lists @@ -703,8 +703,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/arrays @@ -748,8 +748,8 @@ - To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables - Per altre informazioni su questo operatore, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + Per altre informazioni su questo operatore, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,8 +783,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/sequences @@ -843,8 +843,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,8 +908,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/records @@ -943,8 +943,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,8 +998,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,8 +1203,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,8 +1278,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,8 +1308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/options @@ -1358,8 +1358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,13 +1408,13 @@ - To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - Per altre informazioni sulle classi, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + Per altre informazioni sulle classi, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members - Per altre informazioni sui membri, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + Per altre informazioni sui membri, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/members @@ -1478,8 +1478,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,8 +1528,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,8 +1598,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events - Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ja.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ja.xlf index d65696afff3..9d135c15eb4 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ja.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ja.xlf @@ -88,8 +88,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,8 +98,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,8 +113,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/modules @@ -168,8 +168,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,8 +218,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/functions/ @@ -308,8 +308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/strings @@ -358,8 +358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/tuples @@ -448,13 +448,13 @@ - To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - これらの演算子の詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + これらの演算子の詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments - 部分適用の詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + 部分適用の詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,8 +613,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/lists @@ -703,8 +703,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/arrays @@ -748,8 +748,8 @@ - To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables - この演算子の詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + この演算子の詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,8 +783,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/sequences @@ -843,8 +843,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,8 +908,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/records @@ -943,8 +943,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,8 +998,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,8 +1203,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,8 +1278,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,8 +1308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/options @@ -1358,8 +1358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,13 +1408,13 @@ - To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - クラスの詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + クラスの詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members - メンバーの詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + メンバーの詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/members @@ -1478,8 +1478,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,8 +1528,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,8 +1598,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events - 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ko.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ko.xlf index 4a3ca2fc756..83dda3a60d9 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ko.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ko.xlf @@ -88,8 +88,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation - 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,8 +98,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword - 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,8 +113,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules - 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules @@ -168,8 +168,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable - 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,8 +218,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ - 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ @@ -308,8 +308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings - 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings @@ -358,8 +358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples - 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples @@ -448,13 +448,13 @@ - To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - 이러한 연산자에 대해 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + 이러한 연산자에 대해 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments - 부분 애플리케이션에 대해 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + 부분 애플리케이션에 대해 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,8 +613,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists - 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists @@ -703,8 +703,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays - 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays @@ -748,8 +748,8 @@ - To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables - 이 연산자에 대해 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + 이 연산자에 대해 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,8 +783,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences - 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences @@ -843,8 +843,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions - 자세히 알아보려면 https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions를 참조하세요. + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + 자세히 알아보려면 https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions를 참조하세요. @@ -908,8 +908,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records - 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records @@ -943,8 +943,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions - 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,8 +998,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions - 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,8 +1203,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching - 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,8 +1278,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns - 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,8 +1308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options - 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options @@ -1358,8 +1358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure - 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,13 +1408,13 @@ - To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - 클래스에 대해 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + 클래스에 대해 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members - 멤버에 대해 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + 멤버에 대해 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members @@ -1478,8 +1478,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ - 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,8 +1528,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces - 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,8 +1598,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events - 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pl.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pl.xlf index 9ee0ae09ae3..fa3c1de350e 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pl.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pl.xlf @@ -88,8 +88,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation - Aby dowiedzieć się więcej, zobacz: https://docs.microsoft.com/pl-pl/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + Aby dowiedzieć się więcej, zobacz: https://learn.microsoft.com/pl-pl/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,8 +98,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword - Aby dowiedzieć się więcej, zobacz: https://docs.microsoft.com/pl-pl/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + Aby dowiedzieć się więcej, zobacz: https://learn.microsoft.com/pl-pl/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,8 +113,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules - Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/pl-pl/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/pl-pl/dotnet/articles/fsharp/language-reference/modules @@ -168,8 +168,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable - Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,8 +218,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ - Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ @@ -308,8 +308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings - Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings @@ -358,8 +358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples - Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples @@ -448,13 +448,13 @@ - To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - Aby dowiedzieć się więcej o tych operatorach, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + Aby dowiedzieć się więcej o tych operatorach, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments - Aby dowiedzieć się więcej o częściowej aplikacji, zobacz: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + Aby dowiedzieć się więcej o częściowej aplikacji, zobacz: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,8 +613,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists - Aby dowiedzieć się więcej, zobacz: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + Aby dowiedzieć się więcej, zobacz: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists @@ -703,8 +703,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays - Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays @@ -748,8 +748,8 @@ - To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables - Aby dowiedzieć się więcej o tym operatorze, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + Aby dowiedzieć się więcej o tym operatorze, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,8 +783,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences - Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences @@ -843,8 +843,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions - Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,8 +908,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records - Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records @@ -943,8 +943,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions - Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,8 +998,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions - Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,8 +1203,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching - Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,8 +1278,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns - Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,8 +1308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options - Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options @@ -1358,8 +1358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure - Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,13 +1408,13 @@ - To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - Aby dowiedzieć się więcej o klasach, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + Aby dowiedzieć się więcej o klasach, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members - Aby dowiedzieć się więcej o elementach członkowskich, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + Aby dowiedzieć się więcej o elementach członkowskich, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members @@ -1478,8 +1478,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ - Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,8 +1528,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces - Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,8 +1598,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events - Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pt-BR.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pt-BR.xlf index 1e305245465..f229e3b0338 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pt-BR.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pt-BR.xlf @@ -88,8 +88,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,8 +98,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,8 +113,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules @@ -168,8 +168,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,8 +218,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ @@ -308,8 +308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings @@ -358,8 +358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples @@ -448,13 +448,13 @@ - To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - Para saber mais sobre esses operadores, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + Para saber mais sobre esses operadores, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments - Para saber mais sobre Aplicativo Parcial, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + Para saber mais sobre Aplicativo Parcial, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,8 +613,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists @@ -703,8 +703,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays @@ -748,8 +748,8 @@ - To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables - Para saber mais sobre esse operador, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + Para saber mais sobre esse operador, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,8 +783,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences @@ -843,8 +843,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,8 +908,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records @@ -943,8 +943,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,8 +998,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,8 +1203,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,8 +1278,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,8 +1308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options @@ -1358,8 +1358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,13 +1408,13 @@ - To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - Para saber mais sobre Classes, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + Para saber mais sobre Classes, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members - Para saber mais sobre Membros, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + Para saber mais sobre Membros, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members @@ -1478,8 +1478,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,8 +1528,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,8 +1598,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events - Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ru.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ru.xlf index 6bded459993..f51ecf861b6 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ru.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ru.xlf @@ -88,8 +88,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation - Подробности: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + Подробности: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,8 +98,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword - Подробности: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + Подробности: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,8 +113,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules - Подробности: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + Подробности: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules @@ -168,8 +168,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable - Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,8 +218,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ - Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/functions/ @@ -308,8 +308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings - Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/strings @@ -358,8 +358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples - Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/tuples @@ -448,13 +448,13 @@ - To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - Подробности об этих операторах: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining. + To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + Подробности об этих операторах: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining. - To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments - Подробности о частичном применении: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments. + To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + Подробности о частичном применении: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments. @@ -613,8 +613,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists - Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/lists. + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/lists. @@ -703,8 +703,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays - Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/arrays. + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/arrays. @@ -748,8 +748,8 @@ - To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables - Подробности об этом операторе: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/values/index#mutable-variables. + To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + Подробности об этом операторе: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/values/index#mutable-variables. @@ -783,8 +783,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences - Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/sequences @@ -843,8 +843,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions - Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions. + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions. @@ -908,8 +908,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records - Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/records. + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/records. @@ -943,8 +943,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions - Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions. + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions. @@ -998,8 +998,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions - Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/discriminated-unions. + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/discriminated-unions. @@ -1203,8 +1203,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching - Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/pattern-matching. + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/pattern-matching. @@ -1278,8 +1278,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns - Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/active-patterns. + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/active-patterns. @@ -1308,8 +1308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options - Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/options. + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/options. @@ -1358,8 +1358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure - Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/units-of-measure. + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/units-of-measure. @@ -1408,13 +1408,13 @@ - To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - Подробности о классах: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/classes. + To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + Подробности о классах: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/classes. - To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members - Подробности об элементах: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/members. + To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + Подробности об элементах: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/members. @@ -1478,8 +1478,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ - Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/generics/. + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/generics/. @@ -1528,8 +1528,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces - Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/interfaces. + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/interfaces. @@ -1598,8 +1598,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events - Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/members/events. + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/members/events. diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.tr.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.tr.xlf index 780ba42bac5..33e1ec8b3c3 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.tr.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.tr.xlf @@ -88,8 +88,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,8 +98,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,8 +113,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules @@ -168,8 +168,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,8 +218,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ @@ -308,8 +308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings @@ -358,8 +358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples @@ -448,13 +448,13 @@ - To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - Bu işleçler hakkında daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + Bu işleçler hakkında daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments - Kısmi Uygulama hakkında daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + Kısmi Uygulama hakkında daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,8 +613,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists @@ -703,8 +703,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays @@ -748,8 +748,8 @@ - To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables - Bu işleç hakkında daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + Bu işleç hakkında daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,8 +783,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences @@ -843,8 +843,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,8 +908,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records @@ -943,8 +943,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,8 +998,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,8 +1203,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,8 +1278,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,8 +1308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options @@ -1358,8 +1358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,13 +1408,13 @@ - To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - Sınıflar hakkında daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + Sınıflar hakkında daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members - Üyeler hakkında daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + Üyeler hakkında daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members @@ -1478,8 +1478,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,8 +1528,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,8 +1598,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events - Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hans.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hans.xlf index 5df1fe3de9d..bf348129e3e 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hans.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hans.xlf @@ -88,8 +88,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,8 +98,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,8 +113,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/modules @@ -168,8 +168,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,8 +218,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/functions/ @@ -308,8 +308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/strings @@ -358,8 +358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/tuples @@ -448,13 +448,13 @@ - To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - 若要深入了解这些运算符,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + 若要深入了解这些运算符,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments - 若要深入了解偏函数应用,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + 若要深入了解偏函数应用,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,8 +613,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/lists @@ -703,8 +703,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/arrays @@ -748,8 +748,8 @@ - To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables - 若要深入了解此运算符,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + 若要深入了解此运算符,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,8 +783,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/sequences @@ -843,8 +843,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,8 +908,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/records @@ -943,8 +943,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,8 +998,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,8 +1203,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,8 +1278,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,8 +1308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/options @@ -1358,8 +1358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,13 +1408,13 @@ - To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - 若要了解关于类的详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + 若要了解关于类的详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members - 若要深入了解成员,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + 若要深入了解成员,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/members @@ -1478,8 +1478,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,8 +1528,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,8 +1598,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events - 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hant.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hant.xlf index 0df179cdd76..4c5cf9e7a8f 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hant.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hant.xlf @@ -88,8 +88,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation - 若要深入了解,請參閱: https://docs.microsoft.com/zh-tw/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + 若要深入了解,請參閱: https://learn.microsoft.com/zh-tw/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,8 +98,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword - 若要深入了解,請參閱: https://docs.microsoft.com/zh-tw/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + 若要深入了解,請參閱: https://learn.microsoft.com/zh-tw/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,8 +113,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules - 若要深入了解,請參閱: https://docs.microsoft.com/zh-tw/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + 若要深入了解,請參閱: https://learn.microsoft.com/zh-tw/dotnet/articles/fsharp/language-reference/modules @@ -168,8 +168,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable - 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,8 +218,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ - 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ @@ -308,8 +308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings - 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings @@ -358,8 +358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples - 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples @@ -448,13 +448,13 @@ - To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - 若要深入了解這些運算子,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + 若要深入了解這些運算子,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments - 若要深入了解局部應用程式,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + 若要深入了解局部應用程式,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,8 +613,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists - 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists @@ -703,8 +703,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays - 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays @@ -748,8 +748,8 @@ - To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables - 若要深入了解此運算子,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + 若要深入了解此運算子,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,8 +783,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences - 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences @@ -843,8 +843,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions - 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,8 +908,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records - 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records @@ -943,8 +943,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions - 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,8 +998,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions - 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,8 +1203,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching - 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,8 +1278,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns - 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,8 +1308,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options - 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options @@ -1358,8 +1358,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure - 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,13 +1408,13 @@ - To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - 若要深入了解類別,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + 若要深入了解類別,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members - 若要深入了解成員,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + 若要深入了解成員,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members @@ -1478,8 +1478,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ - 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,8 +1528,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces - 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,8 +1598,8 @@ - To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events - 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/Vsix/VisualFSharpFull/Source.extension.vsixmanifest b/vsintegration/Vsix/VisualFSharpFull/Source.extension.vsixmanifest index 081cd403c50..b0abe9147f8 100644 --- a/vsintegration/Vsix/VisualFSharpFull/Source.extension.vsixmanifest +++ b/vsintegration/Vsix/VisualFSharpFull/Source.extension.vsixmanifest @@ -6,7 +6,7 @@ Visual F# Tools Deploy Visual F# Tools Binaries to Visual Studio Microsoft.FSharp.VSIX.Full.Core - https://docs.microsoft.com/en-us/dotnet/articles/fsharp/ + https://learn.microsoft.com/en-us/dotnet/articles/fsharp/ diff --git a/vsintegration/Vsix/VisualFSharpTemplates/Source.extension.vsixmanifest b/vsintegration/Vsix/VisualFSharpTemplates/Source.extension.vsixmanifest index 4b0a45a6e94..cfb50a90512 100644 --- a/vsintegration/Vsix/VisualFSharpTemplates/Source.extension.vsixmanifest +++ b/vsintegration/Vsix/VisualFSharpTemplates/Source.extension.vsixmanifest @@ -7,7 +7,7 @@ Visual F# Templates Deploy Visual F# Tools Desktop Project Templates to Visual Studio Microsoft.FSharp.VSIX.Templates - https://docs.microsoft.com/en-us/dotnet/articles/fsharp/ + https://learn.microsoft.com/en-us/dotnet/articles/fsharp/ From e9a093c3b1c7febedcce572888c4a7791b24ca2a Mon Sep 17 00:00:00 2001 From: nojaf Date: Wed, 22 Feb 2023 08:01:17 +0100 Subject: [PATCH 2/3] Correct links in FSharp.Core. --- src/FSharp.Core/async.fsi | 6 +++--- src/FSharp.Core/prim-types.fs | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/FSharp.Core/async.fsi b/src/FSharp.Core/async.fsi index b5d039df06d..2af28e262f5 100644 --- a/src/FSharp.Core/async.fsi +++ b/src/FSharp.Core/async.fsi @@ -19,12 +19,12 @@ namespace Microsoft.FSharp.Control /// This type has no members. Asynchronous computations are normally specified either by using an async expression /// or the static methods in the type. /// - /// See also F# Language Guide - Async Workflows. + /// See also F# Language Guide - Async Workflows. /// /// /// /// Library functionality for asynchronous programming, events and agents. See also - /// Asynchronous Programming, + /// Asynchronous Programming, /// Events and /// Lazy Expressions in the /// F# Language Guide. @@ -38,7 +38,7 @@ namespace Microsoft.FSharp.Control /// Holds static members for creating and manipulating asynchronous computations. /// /// - /// See also F# Language Guide - Async Workflows. + /// See also F# Language Guide - Async Workflows. /// /// /// Async Programming diff --git a/src/FSharp.Core/prim-types.fs b/src/FSharp.Core/prim-types.fs index 2a52541e0eb..c0ed957582b 100644 --- a/src/FSharp.Core/prim-types.fs +++ b/src/FSharp.Core/prim-types.fs @@ -5657,7 +5657,7 @@ namespace Microsoft.FSharp.Core let current () = // according to IEnumerator.Current documentation, the result of of Current // is undefined prior to the first call of MoveNext and post called to MoveNext - // that return false (see https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerator-1.current?redirectedfrom=MSDN&view=net-7.0#System_Collections_Generic_IEnumerator_1_Current) + // that return false (see https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerator-1.current?view=net-7.0) // so we should be able to just return value here, and we could get rid of the // complete variable which would be faster if not state.Started then @@ -5715,7 +5715,7 @@ namespace Microsoft.FSharp.Core let inline current () = // according to IEnumerator.Current documentation, the result of of Current // is undefined prior to the first call of MoveNext and post called to MoveNext - // that return false (see https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerator-1.current?redirectedfrom=MSDN&view=net-7.0#System_Collections_Generic_IEnumerator_1_Current) + // that return false (see https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerator-1.current?view=net-7.0) // so we should be able to just return value here, which would be faster let derefValue = value if derefValue < n then From aa91c0326dc08ddd662605b47d7502aea196fa55 Mon Sep 17 00:00:00 2001 From: nojaf Date: Wed, 22 Feb 2023 08:03:17 +0100 Subject: [PATCH 3/3] Scrub en-us --- DEVGUIDE.md | 4 +- TESTGUIDE.md | 4 +- docs/debug-emit.md | 2 +- docs/fcs/interactive.fsx | 2 +- eng/common/templates/job/job.yml | 2 +- eng/common/templates/job/onelocbuild.yml | 2 +- .../templates/job/publish-build-assets.yml | 2 +- eng/common/templates/jobs/codeql-build.yml | 2 +- eng/common/templates/jobs/jobs.yml | 2 +- eng/common/tools.ps1 | 2 +- release-notes.md | 10 +- src/Compiler/Driver/FxResolver.fs | 2 +- src/Compiler/Driver/XmlDocFileWriter.fsi | 2 +- src/Compiler/Utilities/Activity.fsi | 2 +- src/Compiler/Utilities/RidHelpers.fs | 2 +- src/Compiler/Utilities/illib.fs | 2 +- src/Compiler/Utilities/illib.fsi | 2 +- src/FSharp.Core/Query.fsi | 4 +- src/FSharp.Core/async.fsi | 10 +- src/FSharp.Core/fslib-extra-pervasives.fsi | 2 +- src/FSharp.Core/nativeptr.fsi | 2 +- src/FSharp.Core/prim-types.fs | 4 +- src/FSharp.Core/string.fsi | 4 +- .../SomethingToCompile.fs | 2 +- .../SomethingToCompileSmaller.fs | 2 +- tests/service/ScriptOptionsTests.fs | 2 +- .../TutorialProject/Template/Tutorial.fsx | 60 +++++----- .../Template/xlf/Tutorial.fsx.cs.xlf | 52 ++++----- .../Template/xlf/Tutorial.fsx.de.xlf | 52 ++++----- .../Template/xlf/Tutorial.fsx.es.xlf | 104 +++++++++--------- .../Template/xlf/Tutorial.fsx.fr.xlf | 104 +++++++++--------- .../Template/xlf/Tutorial.fsx.it.xlf | 52 ++++----- .../Template/xlf/Tutorial.fsx.ja.xlf | 52 ++++----- .../Template/xlf/Tutorial.fsx.ko.xlf | 104 +++++++++--------- .../Template/xlf/Tutorial.fsx.pl.xlf | 98 ++++++++--------- .../Template/xlf/Tutorial.fsx.pt-BR.xlf | 104 +++++++++--------- .../Template/xlf/Tutorial.fsx.ru.xlf | 58 +++++----- .../Template/xlf/Tutorial.fsx.tr.xlf | 104 +++++++++--------- .../Template/xlf/Tutorial.fsx.zh-Hans.xlf | 52 ++++----- .../Template/xlf/Tutorial.fsx.zh-Hant.xlf | 98 ++++++++--------- .../Source.extension.vsixmanifest | 2 +- .../Source.extension.vsixmanifest | 2 +- 42 files changed, 588 insertions(+), 588 deletions(-) diff --git a/DEVGUIDE.md b/DEVGUIDE.md index c74b09ecb43..70ab27d36d1 100644 --- a/DEVGUIDE.md +++ b/DEVGUIDE.md @@ -247,7 +247,7 @@ Where `` corresponds to the latest Visual Studio version on your machin * Coding conventions vary from file to file -* Format using [the F# style guide](https://learn.microsoft.com/en-us/dotnet/fsharp/style-guide/) +* Format using [the F# style guide](https://learn.microsoft.com/dotnet/fsharp/style-guide/) * Avoid tick identifiers like `body'`. They are generally harder to read and can't be inspected in the debugger as things stand. Generally use R suffix instead, e.g. `bodyR`. The R can stand for "rewritten" or "result" @@ -427,4 +427,4 @@ See the "Debugging The Compiler" section of this [article](https://medium.com/@w If you are behind a proxy server, NuGet client tool must be configured to use it: -See the Nuget config file documention for use with a proxy server [https://learn.microsoft.com/en-us/nuget/reference/nuget-config-file](https://learn.microsoft.com/en-us/nuget/reference/nuget-config-file) +See the Nuget config file documention for use with a proxy server [https://learn.microsoft.com/nuget/reference/nuget-config-file](https://learn.microsoft.com/nuget/reference/nuget-config-file) diff --git a/TESTGUIDE.md b/TESTGUIDE.md index 52772c67849..ce22aa85414 100644 --- a/TESTGUIDE.md +++ b/TESTGUIDE.md @@ -228,7 +228,7 @@ When you switch branches, certain temporary files, as well as the .NET version ( git clean -xdf -e .vs ``` -If you get "file in use" errors during cleaning, make sure to close Visual Studio and any running `dotnet.exe` and `VBCSCompiler.exe`, esp those that show up at the bottom of [Process Explorer](https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer) without parent process. +If you get "file in use" errors during cleaning, make sure to close Visual Studio and any running `dotnet.exe` and `VBCSCompiler.exe`, esp those that show up at the bottom of [Process Explorer](https://learn.microsoft.com/sysinternals/downloads/process-explorer) without parent process. #### Running tests on release/dev16.6 etc branches @@ -250,7 +250,7 @@ The following are common errors that users have encountered while running tests ### Error that a file cannot be accessed -The build often leaves dangling processes like `HostedCompilerServer.exe`, `VBCSCompiler.exe` or `MSBuild.exe`. In [Process Explorer](https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer) you can see these processes having no parent process anymore. You can also use this to kill such processes. A typical error looks like and contains the process IDs (here 23152, 25252 and 24704): +The build often leaves dangling processes like `HostedCompilerServer.exe`, `VBCSCompiler.exe` or `MSBuild.exe`. In [Process Explorer](https://learn.microsoft.com/sysinternals/downloads/process-explorer) you can see these processes having no parent process anymore. You can also use this to kill such processes. A typical error looks like and contains the process IDs (here 23152, 25252 and 24704): > C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(4364,5): error MSB3026: Could not copy "D:\Projects\FSharp\artifacts\bin\FSharp.Core\Debug\net45\FSharp.Core.dll" to "D:\Projects\FSharp\tests\fsharpqa\testenv\bin\FSharp.Core.dll". Beginning retry 1 in 1000ms. The process cannot access the file 'D:\Projects\FSharp\tests\fsharpqa\testenv\bin\FSharp.Core.dll' because it is being used by another process. The file is locked by: "HostedCompilerServer (23152), HostedCompilerServer (25252), HostedCompilerServer (24704)" [D:\Projects\OpenSource\FSharp\tests\fsharpqa\testenv\src\ILComparer\ILComparer.fsproj] diff --git a/docs/debug-emit.md b/docs/debug-emit.md index d11e3d63576..51e471a52f9 100644 --- a/docs/debug-emit.md +++ b/docs/debug-emit.md @@ -310,7 +310,7 @@ Breakpoints tend to be less problematic. ### FeeFee and F00F00 debug points (Hidden and JustMyCodeWithNoSource) -Some fragments of code use constructs generate calls and other IL code that should not have debug points and not participate in "Step Into", for example. These are generated in IlxGen as "FeeFee" debug points. See the [the Portable PDB spec linked here](https://learn.microsoft.com/en-us/dotnet/api/system.reflection.metadata.sequencepoint.hiddenline?view=net-5.0). +Some fragments of code use constructs generate calls and other IL code that should not have debug points and not participate in "Step Into", for example. These are generated in IlxGen as "FeeFee" debug points. See the [the Portable PDB spec linked here](https://learn.microsoft.com/dotnet/api/system.reflection.metadata.sequencepoint.hiddenline?view=net-5.0). > TODO: There is also the future prospect of generating `JustMyCodeWithNoSource` (0xF00F00) debug points but these are not yet emitted by F#. We should check what this is and when the C# compiler emits these. diff --git a/docs/fcs/interactive.fsx b/docs/fcs/interactive.fsx index a86f1d8c0a1..c904651db99 100644 --- a/docs/fcs/interactive.fsx +++ b/docs/fcs/interactive.fsx @@ -273,7 +273,7 @@ Evaluating code in using FsiEvaluationSession generates a .NET dynamic assembly You can make generated code collectible by passing `collectible=true`. However, code will only be collected if there are no outstanding object references involving types, for example `FsiValue` objects returned by `EvalExpression`, and you must have disposed the `FsiEvaluationSession`. -See also [Restrictions on Collectible Assemblies](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/dd554932(v=vs.100)#restrictions). +See also [Restrictions on Collectible Assemblies](https://learn.microsoft.com/previous-versions/dotnet/netframework-4.0/dd554932(v=vs.100)#restrictions). The example below shows the creation of 200 evaluation sessions. Note that `collectible=true` and `use session = ...` are both used. diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml index 971504303fd..225a61afdf7 100644 --- a/eng/common/templates/job/job.yml +++ b/eng/common/templates/job/job.yml @@ -2,7 +2,7 @@ # and some (Microbuild) should only be applied to non-PR cases for internal builds. parameters: -# Job schema parameters - https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job +# Job schema parameters - https://learn.microsoft.com/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job cancelTimeoutInMinutes: '' condition: '' container: '' diff --git a/eng/common/templates/job/onelocbuild.yml b/eng/common/templates/job/onelocbuild.yml index e7479a88233..cf9d9a0e123 100644 --- a/eng/common/templates/job/onelocbuild.yml +++ b/eng/common/templates/job/onelocbuild.yml @@ -2,7 +2,7 @@ parameters: # Optional: dependencies of the job dependsOn: '' - # Optional: A defined YAML pool - https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#pool + # Optional: A defined YAML pool - https://learn.microsoft.com/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#pool pool: '' CeapexPat: $(dn-bot-ceapex-package-r) # PAT for the loc AzDO instance https://dev.azure.com/ceapex diff --git a/eng/common/templates/job/publish-build-assets.yml b/eng/common/templates/job/publish-build-assets.yml index 288482a85ba..56dcb77137b 100644 --- a/eng/common/templates/job/publish-build-assets.yml +++ b/eng/common/templates/job/publish-build-assets.yml @@ -13,7 +13,7 @@ parameters: # Optional: Include PublishBuildArtifacts task enablePublishBuildArtifacts: false - # Optional: A defined YAML pool - https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#pool + # Optional: A defined YAML pool - https://learn.microsoft.com/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#pool pool: {} # Optional: should run as a public build even in the internal project diff --git a/eng/common/templates/jobs/codeql-build.yml b/eng/common/templates/jobs/codeql-build.yml index 39252159136..8156597d217 100644 --- a/eng/common/templates/jobs/codeql-build.yml +++ b/eng/common/templates/jobs/codeql-build.yml @@ -1,7 +1,7 @@ parameters: # See schema documentation in /Documentation/AzureDevOps/TemplateSchema.md continueOnError: false - # Required: A collection of jobs to run - https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job + # Required: A collection of jobs to run - https://learn.microsoft.com/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job jobs: [] # Optional: if specified, restore and use this version of Guardian instead of the default. overrideGuardianVersion: '' diff --git a/eng/common/templates/jobs/jobs.yml b/eng/common/templates/jobs/jobs.yml index 0b7d143109c..a15a448e502 100644 --- a/eng/common/templates/jobs/jobs.yml +++ b/eng/common/templates/jobs/jobs.yml @@ -21,7 +21,7 @@ parameters: # Optional: Include toolset dependencies in the generated graph files includeToolset: false - # Required: A collection of jobs to run - https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job + # Required: A collection of jobs to run - https://learn.microsoft.com/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job jobs: [] # Optional: Override automatically derived dependsOn value for "publish build assets" job diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 3c5765874b2..d4dbae993c5 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -497,7 +497,7 @@ function InitializeXCopyMSBuild([string]$packageVersion, [bool]$install) { # Two part minimal VS version, e.g. "15.9", "16.0", etc. # "components": ["componentId1", "componentId2", ...] # Array of ids of workload components that must be available in the VS instance. -# See e.g. https://learn.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-enterprise?view=vs-2017 +# See e.g. https://learn.microsoft.com/visualstudio/install/workload-component-id-vs-enterprise?view=vs-2017 # # Returns JSON describing the located VS instance (same format as returned by vswhere), # or $null if no instance meeting the requirements is found on the machine. diff --git a/release-notes.md b/release-notes.md index 3d9c8f81ba3..5ba81c9ea38 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2245,19 +2245,19 @@ Includes commits up to `3385e58aabc91368c8e1f551650ba48705aaa285` Features Added in F# Language Versions ====================================== -# [F# 4.7](https://learn.microsoft.com/en-us/dotnet/fsharp/whats-new/fsharp-47) +# [F# 4.7](https://learn.microsoft.com/dotnet/fsharp/whats-new/fsharp-47) - Compiler support for `LangVersion` - Implicit `yield`s - No more required double underscore (wildcard identifier) - Indentation relaxations for parameters passed to constructors and static methods -# [F# 4.6](https://learn.microsoft.com/en-us/dotnet/fsharp/whats-new/fsharp-46) +# [F# 4.6](https://learn.microsoft.com/dotnet/fsharp/whats-new/fsharp-46) - Anonymous records - `ValueOption` module functions -# [F# 4.5](https://learn.microsoft.com/en-us/dotnet/fsharp/whats-new/fsharp-45) +# [F# 4.5](https://learn.microsoft.com/dotnet/fsharp/whats-new/fsharp-45) - Versioning alignment of binary, package, and language - Support for `Span<'T>` and related types @@ -2329,13 +2329,13 @@ Features Added in F# Language Versions - Native interoperability - Computation expressions -# [F# 1.1](https://learn.microsoft.com/en-us/archive/blogs/dsyme/a-taste-of-whats-new-in-f-1-1) +# [F# 1.1](https://learn.microsoft.com/archive/blogs/dsyme/a-taste-of-whats-new-in-f-1-1) - Interactive environment - Object programming - Encapsulation Extensions -# [F# 1.0](https://learn.microsoft.com/en-us/archive/blogs/dsyme/welcome-to-dons-f-blog) +# [F# 1.0](https://learn.microsoft.com/archive/blogs/dsyme/welcome-to-dons-f-blog) - Discriminated unions - Records diff --git a/src/Compiler/Driver/FxResolver.fs b/src/Compiler/Driver/FxResolver.fs index 5b0d5d41c57..dbc84c56fdc 100644 --- a/src/Compiler/Driver/FxResolver.fs +++ b/src/Compiler/Driver/FxResolver.fs @@ -853,7 +853,7 @@ type internal FxResolver // System.Runtime.InteropServices.RuntimeInformation.RuntimeIdentifier // On Desktop framework compile it using osplatform+processarch+ // Computer valid dotnet-rids for this environment: - // https://learn.microsoft.com/en-us/dotnet/core/rid-catalog + // https://learn.microsoft.com/dotnet/core/rid-catalog // // Where rid is: win, win-x64, win-x86, osx-x64, linux-x64 etc ... let runningRid = diff --git a/src/Compiler/Driver/XmlDocFileWriter.fsi b/src/Compiler/Driver/XmlDocFileWriter.fsi index c7159b7dd6b..c8d77bd8476 100644 --- a/src/Compiler/Driver/XmlDocFileWriter.fsi +++ b/src/Compiler/Driver/XmlDocFileWriter.fsi @@ -10,7 +10,7 @@ module XmlDocWriter = /// Writes the XML document signature to the XmlDocSig property of each /// element (field, union case, etc) of the specified compilation unit. /// The XmlDocSig is the unique identifier of this XmlDoc in the generated Xml documentation file. - /// The full format is described at https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/documentation-comments#id-string-format + /// The full format is described at https://learn.microsoft.com/dotnet/csharp/language-reference/language-specification/documentation-comments#id-string-format val ComputeXmlDocSigs: tcGlobals: TcGlobals * generatedCcu: CcuThunk -> unit /// Writes the XmlDocSig property of each element (field, union case, etc) diff --git a/src/Compiler/Utilities/Activity.fsi b/src/Compiler/Utilities/Activity.fsi index 746422455bf..0f9647a4ecc 100644 --- a/src/Compiler/Utilities/Activity.fsi +++ b/src/Compiler/Utilities/Activity.fsi @@ -5,7 +5,7 @@ namespace FSharp.Compiler.Diagnostics open System /// For activities following the dotnet distributed tracing concept -/// https://learn.microsoft.com/en-us/dotnet/core/diagnostics/distributed-tracing-concepts?source=recommendations +/// https://learn.microsoft.com/dotnet/core/diagnostics/distributed-tracing-concepts?source=recommendations [] module internal Activity = diff --git a/src/Compiler/Utilities/RidHelpers.fs b/src/Compiler/Utilities/RidHelpers.fs index 4c42e99cd91..3ef556ebc2f 100644 --- a/src/Compiler/Utilities/RidHelpers.fs +++ b/src/Compiler/Utilities/RidHelpers.fs @@ -5,7 +5,7 @@ open System.Runtime.InteropServices module internal RidHelpers = // Computer valid dotnet-rids for this environment: - // https://learn.microsoft.com/en-us/dotnet/core/rid-catalog + // https://learn.microsoft.com/dotnet/core/rid-catalog // // Where rid is: win, win-x64, win-x86, osx-x64, linux-x64 etc ... let probingRids, baseRid, platformRid = diff --git a/src/Compiler/Utilities/illib.fs b/src/Compiler/Utilities/illib.fs index 39d711d91ba..df7d7a67609 100644 --- a/src/Compiler/Utilities/illib.fs +++ b/src/Compiler/Utilities/illib.fs @@ -63,7 +63,7 @@ module internal PervasiveAutoOpens = let inline (===) x y = LanguagePrimitives.PhysicalEquality x y - /// Per the docs the threshold for the Large Object Heap is 85000 bytes: https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/large-object-heap#how-an-object-ends-up-on-the-large-object-heap-and-how-gc-handles-them + /// Per the docs the threshold for the Large Object Heap is 85000 bytes: https://learn.microsoft.com/dotnet/standard/garbage-collection/large-object-heap#how-an-object-ends-up-on-the-large-object-heap-and-how-gc-handles-them /// We set the limit to be 80k to account for larger pointer sizes for when F# is running 64-bit. let LOH_SIZE_THRESHOLD_BYTES = 80_000 diff --git a/src/Compiler/Utilities/illib.fsi b/src/Compiler/Utilities/illib.fsi index 2761d323008..c0454df4f97 100644 --- a/src/Compiler/Utilities/illib.fsi +++ b/src/Compiler/Utilities/illib.fsi @@ -44,7 +44,7 @@ module internal PervasiveAutoOpens = val inline (===): x: 'a -> y: 'a -> bool when 'a: not struct - /// Per the docs the threshold for the Large Object Heap is 85000 bytes: https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/large-object-heap#how-an-object-ends-up-on-the-large-object-heap-and-how-gc-handles-them + /// Per the docs the threshold for the Large Object Heap is 85000 bytes: https://learn.microsoft.com/dotnet/standard/garbage-collection/large-object-heap#how-an-object-ends-up-on-the-large-object-heap-and-how-gc-handles-them /// We set the limit to be 80k to account for larger pointer sizes for when F# is running 64-bit. val LOH_SIZE_THRESHOLD_BYTES: int diff --git a/src/FSharp.Core/Query.fsi b/src/FSharp.Core/Query.fsi index f836f886adb..1791aba5847 100644 --- a/src/FSharp.Core/Query.fsi +++ b/src/FSharp.Core/Query.fsi @@ -16,7 +16,7 @@ namespace Microsoft.FSharp.Linq /// /// /// Library functionality for F# query syntax and interoperability with .NET LINQ Expressions. See - /// also F# Query Expressions in the F# Language Guide. + /// also F# Query Expressions in the F# Language Guide. /// [] type QuerySource<'T, 'Q> = @@ -31,7 +31,7 @@ namespace Microsoft.FSharp.Linq member Source: seq<'T> /// The type used to support the F# query syntax. Use 'query { ... }' to use the query syntax. See - /// also F# Query Expressions in the F# Language Guide. + /// also F# Query Expressions in the F# Language Guide. [] type QueryBuilder = /// Create an instance of this builder. Use 'query { ... }' to use the query syntax. diff --git a/src/FSharp.Core/async.fsi b/src/FSharp.Core/async.fsi index 2af28e262f5..e48799d9150 100644 --- a/src/FSharp.Core/async.fsi +++ b/src/FSharp.Core/async.fsi @@ -19,14 +19,14 @@ namespace Microsoft.FSharp.Control /// This type has no members. Asynchronous computations are normally specified either by using an async expression /// or the static methods in the type. /// - /// See also F# Language Guide - Async Workflows. + /// See also F# Language Guide - Async Workflows. /// /// /// /// Library functionality for asynchronous programming, events and agents. See also - /// Asynchronous Programming, - /// Events and - /// Lazy Expressions in the + /// Asynchronous Programming, + /// Events and + /// Lazy Expressions in the /// F# Language Guide. /// /// @@ -38,7 +38,7 @@ namespace Microsoft.FSharp.Control /// Holds static members for creating and manipulating asynchronous computations. /// /// - /// See also F# Language Guide - Async Workflows. + /// See also F# Language Guide - Async Workflows. /// /// /// Async Programming diff --git a/src/FSharp.Core/fslib-extra-pervasives.fsi b/src/FSharp.Core/fslib-extra-pervasives.fsi index b5be840d4ba..619f5ff05d4 100644 --- a/src/FSharp.Core/fslib-extra-pervasives.fsi +++ b/src/FSharp.Core/fslib-extra-pervasives.fsi @@ -372,7 +372,7 @@ namespace Microsoft.FSharp.Core.CompilerServices /// /// /// Library functionality for supporting type providers and code generated by the F# compiler. See - /// also F# Type Providers in the F# Language Guide. + /// also F# Type Providers in the F# Language Guide. /// type MeasureProduct<'Measure1, 'Measure2> diff --git a/src/FSharp.Core/nativeptr.fsi b/src/FSharp.Core/nativeptr.fsi index 0b88d576baa..81bdd5b1d2d 100644 --- a/src/FSharp.Core/nativeptr.fsi +++ b/src/FSharp.Core/nativeptr.fsi @@ -10,7 +10,7 @@ open Microsoft.FSharp.Collections /// /// /// Library functionality for native interopability. See -/// also F# External Functions in +/// also F# External Functions in /// the F# Language Guide. /// [] diff --git a/src/FSharp.Core/prim-types.fs b/src/FSharp.Core/prim-types.fs index c0ed957582b..c4d1d5ff716 100644 --- a/src/FSharp.Core/prim-types.fs +++ b/src/FSharp.Core/prim-types.fs @@ -5657,7 +5657,7 @@ namespace Microsoft.FSharp.Core let current () = // according to IEnumerator.Current documentation, the result of of Current // is undefined prior to the first call of MoveNext and post called to MoveNext - // that return false (see https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerator-1.current?view=net-7.0) + // that return false (see https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1.current?view=net-7.0) // so we should be able to just return value here, and we could get rid of the // complete variable which would be faster if not state.Started then @@ -5715,7 +5715,7 @@ namespace Microsoft.FSharp.Core let inline current () = // according to IEnumerator.Current documentation, the result of of Current // is undefined prior to the first call of MoveNext and post called to MoveNext - // that return false (see https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerator-1.current?view=net-7.0) + // that return false (see https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1.current?view=net-7.0) // so we should be able to just return value here, which would be faster let derefValue = value if derefValue < n then diff --git a/src/FSharp.Core/string.fsi b/src/FSharp.Core/string.fsi index 57a91e43d48..3fd18d511ee 100644 --- a/src/FSharp.Core/string.fsi +++ b/src/FSharp.Core/string.fsi @@ -7,8 +7,8 @@ open Microsoft.FSharp.Collections /// Functional programming operators for string processing. Further string operations /// are available via the member functions on strings and other functionality in -/// System.String -/// and System.Text.RegularExpressions types. +/// System.String +/// and System.Text.RegularExpressions types. /// /// /// Strings and Text diff --git a/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/SomethingToCompile.fs b/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/SomethingToCompile.fs index 6e0ef06343d..c7d44a39b3a 100644 --- a/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/SomethingToCompile.fs +++ b/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/SomethingToCompile.fs @@ -62,7 +62,7 @@ module internal PervasiveAutoOpens = let inline (===) x y = LanguagePrimitives.PhysicalEquality x y - /// Per the docs the threshold for the Large Object Heap is 85000 bytes: https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/large-object-heap#how-an-object-ends-up-on-the-large-object-heap-and-how-gc-handles-them + /// Per the docs the threshold for the Large Object Heap is 85000 bytes: https://learn.microsoft.com/dotnet/standard/garbage-collection/large-object-heap#how-an-object-ends-up-on-the-large-object-heap-and-how-gc-handles-them /// We set the limit to be 80k to account for larger pointer sizes for when F# is running 64-bit. let LOH_SIZE_THRESHOLD_BYTES = 80_000 diff --git a/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/SomethingToCompileSmaller.fs b/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/SomethingToCompileSmaller.fs index 1e9945fe3e3..d1c82146832 100644 --- a/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/SomethingToCompileSmaller.fs +++ b/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/SomethingToCompileSmaller.fs @@ -62,7 +62,7 @@ module internal PervasiveAutoOpens = let inline (===) x y = LanguagePrimitives.PhysicalEquality x y - /// Per the docs the threshold for the Large Object Heap is 85000 bytes: https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/large-object-heap#how-an-object-ends-up-on-the-large-object-heap-and-how-gc-handles-them + /// Per the docs the threshold for the Large Object Heap is 85000 bytes: https://learn.microsoft.com/dotnet/standard/garbage-collection/large-object-heap#how-an-object-ends-up-on-the-large-object-heap-and-how-gc-handles-them /// We set the limit to be 80k to account for larger pointer sizes for when F# is running 64-bit. let LOH_SIZE_THRESHOLD_BYTES = 80_000 diff --git a/tests/service/ScriptOptionsTests.fs b/tests/service/ScriptOptionsTests.fs index 093dfdf498d..083f1095979 100644 --- a/tests/service/ScriptOptionsTests.fs +++ b/tests/service/ScriptOptionsTests.fs @@ -75,7 +75,7 @@ let pi = Math.PI // // This must be because of some setting in the CI build scripts - e.g. an environment variable // that allows SDK resolution to be overriden. I've tried to track this down by looking through -// https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet resolution rules +// https://learn.microsoft.com/dotnet/core/tools/dotnet resolution rules // and the F# and CI settings but can't find the setting that is causing this. // // Because of this the test has been manually verified by running locally. diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/Tutorial.fsx b/vsintegration/ProjectTemplates/TutorialProject/Template/Tutorial.fsx index a2d52e27adf..bf1ef353d5a 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/Tutorial.fsx +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/Tutorial.fsx @@ -7,10 +7,10 @@ // // @@@MoreAbout|For more about F#, see:@@@ // https://fsharp.org -// https://learn.microsoft.com/en-us/dotnet/articles/fsharp/ +// https://learn.microsoft.com/dotnet/articles/fsharp/ // // @@@SeeDocumentaton|To see this tutorial in documentation form, see:@@@ -// https://learn.microsoft.com/en-us/dotnet/articles/fsharp/tour +// https://learn.microsoft.com/dotnet/articles/fsharp/tour // // @@@LearnMoreAbout|To learn more about applied F# programming, use@@@ // https://fsharp.org/guides/enterprise/ @@ -33,19 +33,19 @@ /// /// @@@XmlComments-Line1|They also support .NET-style XML comments, which allow you to generate reference documentation,@@@ /// @@@XmlComments-Line2|and they also allow editors (such as Visual Studio) to extract information from them.@@@ -/// @@@XmlComments-Line3|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation@@@ +/// @@@XmlComments-Line3|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation@@@ // @@@OpenNamespaces|Open namespaces using the 'open' keyword.@@@ // -// @@@LearnMore|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword@@@ +// @@@LearnMore|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword@@@ open System /// @@@Module-Line1|A module is a grouping of F# code, such as values, types, and function values.@@@ /// @@@Module-Line2|Grouping code in modules helps keep related code together and helps avoid name conflicts in your program.@@@ /// -/// @@@Module-Line3|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules@@@ +/// @@@Module-Line3|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules@@@ module IntegersAndNumbers = /// @@@SampleInt|This is a sample integer.@@@ @@ -74,7 +74,7 @@ module IntegersAndNumbers = /// @@@ValuesImmutable-Line1|Values in F# are immutable by default. They cannot be changed@@@ /// @@@ValuesImmutable-Line2|in the course of a program's execution unless explicitly marked as mutable.@@@ /// -/// @@@ValuesImmutable-Line3|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable@@@ +/// @@@ValuesImmutable-Line3|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable@@@ module Immutability = /// @@@LetKeyword-Line1|Binding a value to a name via 'let' makes it immutable.@@@ @@ -101,7 +101,7 @@ module Immutability = /// @@@FunctionsModule-Line1|Much of F# programming consists of defining functions that transform input data to produce@@@ /// @@@FunctionsModule-Line2|useful results.@@@ /// -/// @@@FunctionsModule-Line3|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/@@@ +/// @@@FunctionsModule-Line3|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/@@@ module BasicFunctions = /// @@@LetFunction-Line1|You use 'let' to define a function. This one accepts an integer argument and returns an integer.@@@ @@ -140,9 +140,9 @@ module BasicFunctions = /// @@@Booleans-Line1|Booleans are fundamental data types in F#. Here are some examples of Booleans and conditional logic.@@@ /// /// @@@Booleans-Line2|To learn more, see:@@@ -/// https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/primitive-types +/// https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/primitive-types /// @@@Booleans-Line3|and@@@ -/// https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/symbol-and-operator-reference/boolean-operators +/// https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/symbol-and-operator-reference/boolean-operators module Booleans = /// @@@BooleanValues|Booleans values are 'true' and 'false'.@@@ @@ -158,7 +158,7 @@ module Booleans = /// @@@Strings-Line1|Strings are fundamental data types in F#. Here are some examples of Strings and basic String manipulation.@@@ /// -/// @@@Strings-Line2|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings@@@ +/// @@@Strings-Line2|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings@@@ module StringManipulation = /// @@@StringQuotes|Strings use double quotes.@@@ @@ -186,7 +186,7 @@ module StringManipulation = /// @@@Tuples-Line1|Tuples are simple combinations of data values into a combined value.@@@ /// -/// @@@Tuples-Line2|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples@@@ +/// @@@Tuples-Line2|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples@@@ module Tuples = /// @@@TupleInteger|A simple tuple of integers.@@@ @@ -231,8 +231,8 @@ module Tuples = /// @@@Pipes-Line2|are used extensively when processing data. These operators are themselves functions@@@ /// @@@Pipes-Line3|which make use of Partial Application.@@@ /// -/// @@@Pipes-Line4|To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining@@@ -/// @@@Pipes-Line5|To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments@@@ +/// @@@Pipes-Line4|To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining@@@ +/// @@@Pipes-Line5|To learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments@@@ module PipelinesAndComposition = /// @@@Squares|Squares a value.@@@ @@ -314,7 +314,7 @@ module PipelinesAndComposition = /// @@@Lists-Line2|This module shows various ways to generate lists and process lists with some functions@@@ /// @@@Lists-Line3|in the 'List' module in the F# Core Library.@@@ /// -/// @@@Lists-Line4|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists@@@ +/// @@@Lists-Line4|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists@@@ module Lists = /// @@@ListEmptyDefinition|Lists are defined using [ ... ]. This is an empty list.@@@ @@ -373,7 +373,7 @@ module Lists = /// @@@Arrays-Line2|Although they are similar to Lists (they support enumeration and have similar combinators for data processing),@@@ /// @@@Arrays-Line3|they are generally faster and support fast random access. This comes at the cost of being less safe by being mutable.@@@ /// -/// @@@Arrays-Line4|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays@@@ +/// @@@Arrays-Line4|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays@@@ module Arrays = /// @@@EmptyArray|This is The empty array. Note that the syntax is similar to that of Lists, but uses `[| ... |]` instead.@@@ @@ -403,7 +403,7 @@ module Arrays = // @@@ArrayAssignment-Line1|You can modify the contents of an an array element by using the left arrow assignment operator.@@@ // - // @@@ArrayAssignment-Line2|To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables@@@ + // @@@ArrayAssignment-Line2|To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables@@@ array2.[1] <- "WORLD!" /// @@@ArrayMap-Line1|You can transform arrays using 'Array.map' and other functional programming operations.@@@ @@ -423,7 +423,7 @@ module Arrays = /// /// @@@Sequences-Line4|Sequence processing functions can be applied to Lists and Arrays as well.@@@ /// -/// @@@Sequences-Line5|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences@@@ +/// @@@Sequences-Line5|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences@@@ module Sequences = /// @@@EmptySequence|This is the empty sequence.@@@ @@ -466,7 +466,7 @@ module Sequences = /// /// @@@RecursiveFunctions-Line3|Recursion is the preferred way to process sequences or collections in F#.@@@ /// -/// @@@RecursiveFunctions-Line4|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions@@@ +/// @@@RecursiveFunctions-Line4|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions@@@ module RecursiveFunctions = /// @@@RecFunDef-Line1|This example shows a recursive function that computes the factorial of an@@@ @@ -512,7 +512,7 @@ module RecursiveFunctions = /// @@@Records-Line1|Records are an aggregate of named values, with optional members (such as methods).@@@ /// @@@Records-Line2|They are immutable and have structural equality semantics.@@@ /// -/// @@@Records-Line3|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records@@@ +/// @@@Records-Line3|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records@@@ module RecordTypes = /// @@@RecordDefinition|This example shows how to define a new record type.@@@ @@ -534,7 +534,7 @@ module RecordTypes = /// @@@UpdateRecord-Line2|a new record value that is a copy of contact1, but has different values for@@@ /// @@@UpdateRecord-Line3|the 'Phone' and 'Verified' fields.@@@ /// - /// @@@UpdateRecord-Line4|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions@@@ + /// @@@UpdateRecord-Line4|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions@@@ let contact2 = { contact1 with Phone = "(206) 555-0112" @@ -580,7 +580,7 @@ module RecordTypes = /// @@@DiscriminatedUnions-Line1|Discriminated Unions (DU for short) are values which could be a number of named forms or cases.@@@ /// @@@DiscriminatedUnions-Line2|Data stored in DUs can be one of several distinct values.@@@ /// -/// @@@DiscriminatedUnions-Line3|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions@@@ +/// @@@DiscriminatedUnions-Line3|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions@@@ module DiscriminatedUnions = /// @@@CardSuit|The following represents the suit of a playing card.@@@ @@ -710,7 +710,7 @@ module DiscriminatedUnions = /// @@@PatternMatching-Line3|decompose data into constituent parts, or extract information from data in various ways.@@@ /// @@@PatternMatching-Line4|You can then dispatch on the "shape" of a pattern via Pattern Matching.@@@ /// -/// @@@PatternMatching-Line5|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching@@@ +/// @@@PatternMatching-Line5|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching@@@ module PatternMatching = /// @@@PersonRecord|A record for a person's first and last name@@@ @@ -768,7 +768,7 @@ module PatternMatching = // @@@ActivePatterns-Line1|Active Patterns are another powerful construct to use with pattern matching.@@@ // @@@ActivePatterns-Line2|They allow you to partition input data into custom forms, decomposing them at the pattern match call site.@@@ // - // @@@ActivePatterns-Line3|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns@@@ + // @@@ActivePatterns-Line3|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns@@@ let (|Int|_|) = parseInt let (|Double|_|) = parseDouble let (|Date|_|) = parseDateTimeOffset @@ -794,7 +794,7 @@ module PatternMatching = /// @@@Option-Line2|They are used extensively in F# code to represent the cases where many other@@@ /// @@@Option-Line3|languages would use null references.@@@ /// -/// @@@Option-Line4|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options@@@ +/// @@@Option-Line4|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options@@@ module OptionValues = /// @@@ZipCode|First, define a zipcode defined via Single-case Discriminated Union.@@@ @@ -821,7 +821,7 @@ module OptionValues = /// @@@UnitsOfMeasure-Line1|Units of measure are a way to annotate primitive numeric types in a type-safe way.@@@ /// @@@UnitsOfMeasure-Line2|You can then perform type-safe arithmetic on these values.@@@ /// -/// @@@UnitsOfMeasure-Line3|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure@@@ +/// @@@UnitsOfMeasure-Line3|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure@@@ module UnitsOfMeasure = /// @@@CommonUnits|First, open a collection of common unit names@@@ @@ -849,9 +849,9 @@ module UnitsOfMeasure = /// @@@Classes-Line1|Classes are a way of defining new object types in F#, and support standard Object-oriented constructs.@@@ /// @@@Classes-Line2|They can have a variety of members (methods, properties, events, etc.)@@@ /// -/// @@@Classes-Line3|To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes@@@ +/// @@@Classes-Line3|To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes@@@ /// -/// @@@Classes-Line4|To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members@@@ +/// @@@Classes-Line4|To learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members@@@ module DefiningClasses = /// @@@Vector-Line1|A simple two-dimensional Vector class.@@@ @@ -887,7 +887,7 @@ module DefiningClasses = /// @@@GenericClasses-Line1|Generic classes allow types to be defined with respect to a set of type parameters.@@@ /// @@@GenericClasses-Line2|In the following, 'T is the type parameter for the class.@@@ /// -/// @@@GenericClasses-Line3|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/@@@ +/// @@@GenericClasses-Line3|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/@@@ module DefiningGenericClasses = type StateTracker<'T>(initialElement: 'T) = @@ -915,7 +915,7 @@ module DefiningGenericClasses = /// @@@Interfaces-Line1|Interfaces are object types with only 'abstract' members.@@@ /// @@@Interfaces-Line2|Object types and object expressions can implement interfaces.@@@ /// -/// @@@Interfaces-Line3|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces@@@ +/// @@@Interfaces-Line3|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces@@@ module ImplementingInterfaces = /// @@@IDisposable|This is a type that implements IDisposable.@@@ @@ -964,7 +964,7 @@ module ParallelArrayProgramming = /// @@@Events-Line1|Events are a common idiom for .NET programming, especially with WinForms or WPF applications.@@@ /// -/// @@@Events-Line2|To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events@@@ +/// @@@Events-Line2|To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events@@@ module Events = /// @@@SimpleEvent|First, create instance of Event object that consists of subscription point (event.Publish) and event trigger (event.Trigger).@@@ diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.cs.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.cs.xlf index 75cb7f60ffa..6c7b9092eeb 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.cs.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.cs.xlf @@ -88,7 +88,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,7 +98,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,7 +113,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/modules @@ -168,7 +168,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,7 +218,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/ Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/functions/ @@ -308,7 +308,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/strings @@ -358,7 +358,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/tuples @@ -448,12 +448,12 @@ - To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining Další informace o těchto operátorech: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments Další informace o částečném použití argumentů: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,7 +613,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/lists @@ -703,7 +703,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/arrays @@ -748,7 +748,7 @@ - To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables Další informace o tomto operátoru: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,7 +783,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/sequences @@ -843,7 +843,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,7 +908,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/records @@ -943,7 +943,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,7 +998,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,7 +1203,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,7 +1278,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,7 +1308,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/options @@ -1358,7 +1358,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,12 +1408,12 @@ - To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes Další informace o třídách: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members Další informace o členech: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/members @@ -1478,7 +1478,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/ Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,7 +1528,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,7 +1598,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events Další informace: https://learn.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.de.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.de.xlf index f648cb54b3f..7e678a34fca 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.de.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.de.xlf @@ -88,7 +88,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/xml-documentation. @@ -98,7 +98,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword Weitere Informationen finden Sie hier: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword. @@ -113,7 +113,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/modules. @@ -168,7 +168,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,7 +218,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/ Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/functions/ @@ -308,7 +308,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/strings @@ -358,7 +358,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/tuples @@ -448,12 +448,12 @@ - To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining Weitere Informationen zu diesen Operatoren finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments Weitere Informationen zur partiellen Anwendung finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,7 +613,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/lists @@ -703,7 +703,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/arrays @@ -748,7 +748,7 @@ - To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables Weitere Informationen zu diesem Operator finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,7 +783,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/sequences @@ -843,7 +843,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,7 +908,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/records @@ -943,7 +943,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,7 +998,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,7 +1203,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,7 +1278,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,7 +1308,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/options @@ -1358,7 +1358,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,12 +1408,12 @@ - To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes Weitere Informationen zu Klassen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members Weitere Informationen zu Membern finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/members @@ -1478,7 +1478,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/ Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,7 +1528,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,7 +1598,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events Weitere Informationen finden Sie unter: https://learn.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.es.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.es.xlf index de38a1fb8f4..201baba992a 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.es.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.es.xlf @@ -88,8 +88,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,8 +98,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,8 +113,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules @@ -168,8 +168,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,8 +218,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/ + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/ @@ -308,8 +308,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings @@ -358,8 +358,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples @@ -448,13 +448,13 @@ - To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - Para obtener más información sobre estos operadores, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + Para obtener más información sobre estos operadores, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments - Para obtener más información sobre la aplicación parcial, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + Para obtener más información sobre la aplicación parcial, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,8 +613,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists @@ -703,8 +703,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays @@ -748,8 +748,8 @@ - To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables - Para obtener más información sobre este operador, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + Para obtener más información sobre este operador, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,8 +783,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences @@ -843,8 +843,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,8 +908,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records @@ -943,8 +943,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,8 +998,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,8 +1203,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,8 +1278,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,8 +1308,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options @@ -1358,8 +1358,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,13 +1408,13 @@ - To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - Para obtener más información sobre las clases, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes + Para obtener más información sobre las clases, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members - Para obtener más información sobre miembros, vea https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members + Para obtener más información sobre miembros, vea https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members @@ -1478,8 +1478,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/ + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,8 +1528,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,8 +1598,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events - Para obtener más información, vea: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events + Para obtener más información, vea: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.fr.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.fr.xlf index ffa1a00abe3..c30f9ddcad0 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.fr.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.fr.xlf @@ -88,8 +88,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,8 +98,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,8 +113,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules @@ -168,8 +168,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,8 +218,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/ + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/ @@ -308,8 +308,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings @@ -358,8 +358,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples @@ -448,13 +448,13 @@ - To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - Pour en savoir plus sur ces opérateurs, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + Pour en savoir plus sur ces opérateurs, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments - Pour en savoir plus sur l'application partielle, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + Pour en savoir plus sur l'application partielle, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,8 +613,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists @@ -703,8 +703,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays @@ -748,8 +748,8 @@ - To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables - Pour en savoir plus sur cet opérateur, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + Pour en savoir plus sur cet opérateur, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,8 +783,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences @@ -843,8 +843,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,8 +908,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records @@ -943,8 +943,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,8 +998,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,8 +1203,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,8 +1278,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,8 +1308,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options @@ -1358,8 +1358,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,13 +1408,13 @@ - To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - Pour en savoir plus sur les classes, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes + Pour en savoir plus sur les classes, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members - Pour en savoir plus sur les membres, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members + Pour en savoir plus sur les membres, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members @@ -1478,8 +1478,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/ + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,8 +1528,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,8 +1598,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events - Pour en savoir plus, consultez : https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events + Pour en savoir plus, consultez : https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.it.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.it.xlf index e529e99c500..5f476f119b1 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.it.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.it.xlf @@ -88,7 +88,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,7 +98,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,7 +113,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/modules @@ -168,7 +168,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,7 +218,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/ Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/functions/ @@ -308,7 +308,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/strings @@ -358,7 +358,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/tuples @@ -448,12 +448,12 @@ - To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining Per altre informazioni su questi operatori, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments Per altre informazioni sull'applicazione parziale, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,7 +613,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/lists @@ -703,7 +703,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/arrays @@ -748,7 +748,7 @@ - To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables Per altre informazioni su questo operatore, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,7 +783,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/sequences @@ -843,7 +843,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,7 +908,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/records @@ -943,7 +943,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,7 +998,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,7 +1203,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,7 +1278,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,7 +1308,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/options @@ -1358,7 +1358,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,12 +1408,12 @@ - To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes Per altre informazioni sulle classi, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members Per altre informazioni sui membri, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/members @@ -1478,7 +1478,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/ Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,7 +1528,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,7 +1598,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events Per altre informazioni, vedere: https://learn.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ja.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ja.xlf index 9d135c15eb4..c64765f0ace 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ja.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ja.xlf @@ -88,7 +88,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,7 +98,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,7 +113,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/modules @@ -168,7 +168,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,7 +218,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/ 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/functions/ @@ -308,7 +308,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/strings @@ -358,7 +358,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/tuples @@ -448,12 +448,12 @@ - To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining これらの演算子の詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments 部分適用の詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,7 +613,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/lists @@ -703,7 +703,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/arrays @@ -748,7 +748,7 @@ - To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables この演算子の詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,7 +783,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/sequences @@ -843,7 +843,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,7 +908,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/records @@ -943,7 +943,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,7 +998,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,7 +1203,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,7 +1278,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,7 +1308,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/options @@ -1358,7 +1358,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,12 +1408,12 @@ - To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes クラスの詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members メンバーの詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/members @@ -1478,7 +1478,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/ 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,7 +1528,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,7 +1598,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events 詳細については、次を参照してください: https://learn.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ko.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ko.xlf index 83dda3a60d9..18fbf78c344 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ko.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ko.xlf @@ -88,8 +88,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation - 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,8 +98,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword - 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,8 +113,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules - 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules @@ -168,8 +168,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable - 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,8 +218,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ - 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/ + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/ @@ -308,8 +308,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings - 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings @@ -358,8 +358,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples - 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples @@ -448,13 +448,13 @@ - To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - 이러한 연산자에 대해 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + 이러한 연산자에 대해 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments - 부분 애플리케이션에 대해 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + 부분 애플리케이션에 대해 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,8 +613,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists - 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists @@ -703,8 +703,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays - 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays @@ -748,8 +748,8 @@ - To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables - 이 연산자에 대해 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + 이 연산자에 대해 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,8 +783,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences - 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences @@ -843,8 +843,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions - 자세히 알아보려면 https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions를 참조하세요. + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + 자세히 알아보려면 https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions를 참조하세요. @@ -908,8 +908,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records - 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records @@ -943,8 +943,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions - 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,8 +998,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions - 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,8 +1203,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching - 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,8 +1278,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns - 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,8 +1308,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options - 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options @@ -1358,8 +1358,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure - 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,13 +1408,13 @@ - To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - 클래스에 대해 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes + 클래스에 대해 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members - 멤버에 대해 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members + 멤버에 대해 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members @@ -1478,8 +1478,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ - 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/ + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,8 +1528,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces - 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,8 +1598,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events - 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events + 자세히 알아보려면 다음을 참조하세요. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pl.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pl.xlf index fa3c1de350e..68e3f5e1555 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pl.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pl.xlf @@ -88,7 +88,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation Aby dowiedzieć się więcej, zobacz: https://learn.microsoft.com/pl-pl/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,7 +98,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword Aby dowiedzieć się więcej, zobacz: https://learn.microsoft.com/pl-pl/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,7 +113,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/pl-pl/dotnet/articles/fsharp/language-reference/modules @@ -168,8 +168,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable - Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,8 +218,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ - Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/ + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/ @@ -308,8 +308,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings - Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings @@ -358,8 +358,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples - Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples @@ -448,13 +448,13 @@ - To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - Aby dowiedzieć się więcej o tych operatorach, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + Aby dowiedzieć się więcej o tych operatorach, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments - Aby dowiedzieć się więcej o częściowej aplikacji, zobacz: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + Aby dowiedzieć się więcej o częściowej aplikacji, zobacz: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,8 +613,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists - Aby dowiedzieć się więcej, zobacz: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists + Aby dowiedzieć się więcej, zobacz: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists @@ -703,8 +703,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays - Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays @@ -748,8 +748,8 @@ - To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables - Aby dowiedzieć się więcej o tym operatorze, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + Aby dowiedzieć się więcej o tym operatorze, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,8 +783,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences - Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences @@ -843,8 +843,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions - Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,8 +908,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records - Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records @@ -943,8 +943,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions - Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,8 +998,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions - Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,8 +1203,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching - Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,8 +1278,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns - Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,8 +1308,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options - Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options @@ -1358,8 +1358,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure - Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,13 +1408,13 @@ - To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - Aby dowiedzieć się więcej o klasach, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes + Aby dowiedzieć się więcej o klasach, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members - Aby dowiedzieć się więcej o elementach członkowskich, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members + Aby dowiedzieć się więcej o elementach członkowskich, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members @@ -1478,8 +1478,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ - Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/ + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,8 +1528,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces - Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,8 +1598,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events - Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events + Aby dowiedzieć się więcej, zobacz https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pt-BR.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pt-BR.xlf index f229e3b0338..c7981abfb31 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pt-BR.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pt-BR.xlf @@ -88,8 +88,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,8 +98,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,8 +113,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules @@ -168,8 +168,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,8 +218,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/ + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/ @@ -308,8 +308,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings @@ -358,8 +358,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples @@ -448,13 +448,13 @@ - To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - Para saber mais sobre esses operadores, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + Para saber mais sobre esses operadores, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments - Para saber mais sobre Aplicativo Parcial, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + Para saber mais sobre Aplicativo Parcial, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,8 +613,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists @@ -703,8 +703,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays @@ -748,8 +748,8 @@ - To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables - Para saber mais sobre esse operador, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + Para saber mais sobre esse operador, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,8 +783,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences @@ -843,8 +843,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,8 +908,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records @@ -943,8 +943,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,8 +998,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,8 +1203,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,8 +1278,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,8 +1308,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options @@ -1358,8 +1358,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,13 +1408,13 @@ - To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - Para saber mais sobre Classes, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes + Para saber mais sobre Classes, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members - Para saber mais sobre Membros, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members + Para saber mais sobre Membros, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members @@ -1478,8 +1478,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/ + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,8 +1528,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,8 +1598,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events - Para saber mais, acesse: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events + Para saber mais, acesse: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ru.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ru.xlf index f51ecf861b6..7cc1685856c 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ru.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ru.xlf @@ -88,8 +88,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation - Подробности: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation + Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,8 +98,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword - Подробности: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,8 +113,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules - Подробности: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules + Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules @@ -168,7 +168,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,7 +218,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/ Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/functions/ @@ -308,7 +308,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/strings @@ -358,7 +358,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/tuples @@ -448,12 +448,12 @@ - To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining Подробности об этих операторах: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining. - To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments Подробности о частичном применении: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments. @@ -613,7 +613,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/lists. @@ -703,7 +703,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/arrays. @@ -748,7 +748,7 @@ - To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables Подробности об этом операторе: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/values/index#mutable-variables. @@ -783,7 +783,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/sequences @@ -843,7 +843,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions. @@ -908,7 +908,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/records. @@ -943,7 +943,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions. @@ -998,7 +998,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/discriminated-unions. @@ -1203,7 +1203,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/pattern-matching. @@ -1278,7 +1278,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/active-patterns. @@ -1308,7 +1308,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/options. @@ -1358,7 +1358,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/units-of-measure. @@ -1408,12 +1408,12 @@ - To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes Подробности о классах: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/classes. - To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members Подробности об элементах: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/members. @@ -1478,7 +1478,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/ Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/generics/. @@ -1528,7 +1528,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/interfaces. @@ -1598,7 +1598,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events Подробности: https://learn.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/members/events. diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.tr.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.tr.xlf index 33e1ec8b3c3..fa23e55379c 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.tr.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.tr.xlf @@ -88,8 +88,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,8 +98,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,8 +113,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules @@ -168,8 +168,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,8 +218,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/ + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/ @@ -308,8 +308,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings @@ -358,8 +358,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples @@ -448,13 +448,13 @@ - To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - Bu işleçler hakkında daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + Bu işleçler hakkında daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments - Kısmi Uygulama hakkında daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + Kısmi Uygulama hakkında daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,8 +613,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists @@ -703,8 +703,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays @@ -748,8 +748,8 @@ - To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables - Bu işleç hakkında daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + Bu işleç hakkında daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,8 +783,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences @@ -843,8 +843,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,8 +908,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records @@ -943,8 +943,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,8 +998,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,8 +1203,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,8 +1278,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,8 +1308,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options @@ -1358,8 +1358,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,13 +1408,13 @@ - To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - Sınıflar hakkında daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes + Sınıflar hakkında daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members - Üyeler hakkında daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members + Üyeler hakkında daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members @@ -1478,8 +1478,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/ + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,8 +1528,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,8 +1598,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events - Daha fazla bilgi için bkz. https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events + Daha fazla bilgi için bkz. https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hans.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hans.xlf index bf348129e3e..c8cea6c63dc 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hans.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hans.xlf @@ -88,7 +88,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,7 +98,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,7 +113,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/modules @@ -168,7 +168,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,7 +218,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/ 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/functions/ @@ -308,7 +308,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/strings @@ -358,7 +358,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/tuples @@ -448,12 +448,12 @@ - To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining 若要深入了解这些运算符,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments 若要深入了解偏函数应用,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,7 +613,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/lists @@ -703,7 +703,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/arrays @@ -748,7 +748,7 @@ - To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables 若要深入了解此运算符,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,7 +783,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/sequences @@ -843,7 +843,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,7 +908,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/records @@ -943,7 +943,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,7 +998,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,7 +1203,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,7 +1278,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,7 +1308,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/options @@ -1358,7 +1358,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,12 +1408,12 @@ - To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes 若要了解关于类的详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members 若要深入了解成员,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/members @@ -1478,7 +1478,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/ 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,7 +1528,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,7 +1598,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events 有关详细信息,请参阅: https://learn.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hant.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hant.xlf index 4c5cf9e7a8f..a557ef93397 100644 --- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hant.xlf +++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hant.xlf @@ -88,7 +88,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation 若要深入了解,請參閱: https://learn.microsoft.com/zh-tw/dotnet/articles/fsharp/language-reference/xml-documentation @@ -98,7 +98,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword 若要深入了解,請參閱: https://learn.microsoft.com/zh-tw/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword @@ -113,7 +113,7 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules 若要深入了解,請參閱: https://learn.microsoft.com/zh-tw/dotnet/articles/fsharp/language-reference/modules @@ -168,8 +168,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable - 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable + 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable @@ -218,8 +218,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ - 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/ + 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/ @@ -308,8 +308,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings - 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings + 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings @@ -358,8 +358,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples - 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples + 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples @@ -448,13 +448,13 @@ - To learn more about these operators, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - 若要深入了解這些運算子,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining + 若要深入了解這些運算子,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining - To learn more about Partial Application, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments - 若要深入了解局部應用程式,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + To learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments + 若要深入了解局部應用程式,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments @@ -613,8 +613,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists - 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists + 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists @@ -703,8 +703,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays - 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays + 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays @@ -748,8 +748,8 @@ - To learn more about this operator, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables - 若要深入了解此運算子,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables + 若要深入了解此運算子,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables @@ -783,8 +783,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences - 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences + 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences @@ -843,8 +843,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions - 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions + 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions @@ -908,8 +908,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records - 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records + 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records @@ -943,8 +943,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions - 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions + 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions @@ -998,8 +998,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions - 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions + 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions @@ -1203,8 +1203,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching - 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching + 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching @@ -1278,8 +1278,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns - 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns + 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns @@ -1308,8 +1308,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options - 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options + 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options @@ -1358,8 +1358,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure - 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure + 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure @@ -1408,13 +1408,13 @@ - To learn more about Classes, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes - 若要深入了解類別,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes + To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes + 若要深入了解類別,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes - To learn more about Members, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members - 若要深入了解成員,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members + To learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members + 若要深入了解成員,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members @@ -1478,8 +1478,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ - 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/ + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/ + 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/ @@ -1528,8 +1528,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces - 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces + 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces @@ -1598,8 +1598,8 @@ - To learn more, see: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events - 若要深入了解,請參閱: https://learn.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events + To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events + 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events diff --git a/vsintegration/Vsix/VisualFSharpFull/Source.extension.vsixmanifest b/vsintegration/Vsix/VisualFSharpFull/Source.extension.vsixmanifest index b0abe9147f8..f805558824b 100644 --- a/vsintegration/Vsix/VisualFSharpFull/Source.extension.vsixmanifest +++ b/vsintegration/Vsix/VisualFSharpFull/Source.extension.vsixmanifest @@ -6,7 +6,7 @@ Visual F# Tools Deploy Visual F# Tools Binaries to Visual Studio Microsoft.FSharp.VSIX.Full.Core - https://learn.microsoft.com/en-us/dotnet/articles/fsharp/ + https://learn.microsoft.com/dotnet/articles/fsharp/ diff --git a/vsintegration/Vsix/VisualFSharpTemplates/Source.extension.vsixmanifest b/vsintegration/Vsix/VisualFSharpTemplates/Source.extension.vsixmanifest index cfb50a90512..79b2cf46176 100644 --- a/vsintegration/Vsix/VisualFSharpTemplates/Source.extension.vsixmanifest +++ b/vsintegration/Vsix/VisualFSharpTemplates/Source.extension.vsixmanifest @@ -7,7 +7,7 @@ Visual F# Templates Deploy Visual F# Tools Desktop Project Templates to Visual Studio Microsoft.FSharp.VSIX.Templates - https://learn.microsoft.com/en-us/dotnet/articles/fsharp/ + https://learn.microsoft.com/dotnet/articles/fsharp/