You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Compiler/FSComp.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -847,6 +847,7 @@ optsPublicSign,"Public-sign the assembly using only the public portion of the st
847
847
optsWriteXml,"Write the xmldoc of the assembly to the given file"
848
848
optsStrongKeyFile,"Specify a strong name key file"
849
849
optsStrongKeyContainer,"Specify a strong name key container"
850
+
optsCompressMetadata,"Compress interface and optimization data files"
850
851
optsPlatform,"Limit which platforms this code can run on: x86, x64, Arm, Arm64, Itanium, anycpu32bitpreferred, or anycpu. The default is anycpu."
851
852
optsNoOpt,"Only include optimization information essential for implementing inlined constructs. Inhibits cross-module inlining but improves binary compatibility."
852
853
optsNoInterface,"Don't add a resource to the generated assembly containing F#-specific metadata"
Copy file name to clipboardExpand all lines: src/Compiler/xlf/FSComp.txt.de.xlf
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -472,6 +472,11 @@
472
472
<target state="translated">Löschen Sie den Ergebniscache des Paketmanagers</target>
473
473
<note />
474
474
</trans-unit>
475
+
<trans-unit id="optsCompressMetadata">
476
+
<source>Compress interface and optimization data files</source>
477
+
<target state="new">Compress interface and optimization data files</target>
478
+
<note />
479
+
</trans-unit>
475
480
<trans-unit id="optsInvalidRefAssembly">
476
481
<source>Invalid use of emitting a reference assembly, do not use '--staticlink', or '--refonly' and '--refout' together.</source>
477
482
<target state="translated">Ungültige Verwendung der Ausgabe einer Referenzassembly. Verwenden Sie nicht "--staticlink" oder "--refonly" und "--refout" zusammen.</target>
Copy file name to clipboardExpand all lines: src/Compiler/xlf/FSComp.txt.es.xlf
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -472,6 +472,11 @@
472
472
<target state="translated">Borrar la caché de resultados del administrador de paquetes</target>
473
473
<note />
474
474
</trans-unit>
475
+
<trans-unit id="optsCompressMetadata">
476
+
<source>Compress interface and optimization data files</source>
477
+
<target state="new">Compress interface and optimization data files</target>
478
+
<note />
479
+
</trans-unit>
475
480
<trans-unit id="optsInvalidRefAssembly">
476
481
<source>Invalid use of emitting a reference assembly, do not use '--staticlink', or '--refonly' and '--refout' together.</source>
477
482
<target state="translated">Uso no válido de emitir un ensamblado de referencia, no use "--staticlink', or '--refonly' and '--refout" de forma conjunta.</target>
Copy file name to clipboardExpand all lines: src/Compiler/xlf/FSComp.txt.fr.xlf
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -472,6 +472,11 @@
472
472
<target state="translated">Effacer le cache des résultats du Gestionnaire de package</target>
473
473
<note />
474
474
</trans-unit>
475
+
<trans-unit id="optsCompressMetadata">
476
+
<source>Compress interface and optimization data files</source>
477
+
<target state="new">Compress interface and optimization data files</target>
478
+
<note />
479
+
</trans-unit>
475
480
<trans-unit id="optsInvalidRefAssembly">
476
481
<source>Invalid use of emitting a reference assembly, do not use '--staticlink', or '--refonly' and '--refout' together.</source>
477
482
<target state="translated">Utilisation non valide de l’émission d’un assembly de référence. N’utilisez pas '--staticlink' ni '--refonly' et '--refout' ensemble.</target>
Copy file name to clipboardExpand all lines: src/Compiler/xlf/FSComp.txt.it.xlf
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -472,6 +472,11 @@
472
472
<target state="translated">Cancellare la cache dei risultati di Gestione pacchetti</target>
473
473
<note />
474
474
</trans-unit>
475
+
<trans-unit id="optsCompressMetadata">
476
+
<source>Compress interface and optimization data files</source>
477
+
<target state="new">Compress interface and optimization data files</target>
478
+
<note />
479
+
</trans-unit>
475
480
<trans-unit id="optsInvalidRefAssembly">
476
481
<source>Invalid use of emitting a reference assembly, do not use '--staticlink', or '--refonly' and '--refout' together.</source>
477
482
<target state="translated">Utilizzo non valido della creazione di un assembly di riferimento. Non usare insieme '--staticlink' o '--refonly' e '--refout'.</target>
0 commit comments