diff --git a/docs/core/versions/index.md b/docs/core/versions/index.md index dbf637b8eeb..236f65f2376 100644 --- a/docs/core/versions/index.md +++ b/docs/core/versions/index.md @@ -3,16 +3,16 @@ title: ".NET Core バージョン管理" description: ".NET Core でのバージョン管理のしくみについて説明します。" author: bleroy ms.author: mairaw -ms.date: 08/11/2017 +ms.date: 08/25/2017 ms.topic: article ms.prod: .net-core ms.devlang: dotnet ms.assetid: f6f684b1-1d2c-4105-8376-7c1959e23803 ms.translationtype: HT -ms.sourcegitcommit: c5a80e487d4351e0eaf20e510df06999e212e096 -ms.openlocfilehash: d672e93a3e4f70439aa42aef04674500b0b0566d +ms.sourcegitcommit: 02cfb7708959057de593506db55e4f31f5ab4fd0 +ms.openlocfilehash: 48343ad8d42ad576b1975e81cd764b4ec6f5bc76 ms.contentlocale: ja-jp -ms.lasthandoff: 08/14/2017 +ms.lasthandoff: 08/28/2017 --- # .NET Core バージョン管理 @@ -103,7 +103,7 @@ dotnet-sdk-2.0.4-ubuntu.16.04-x64.deb # SDK tools ##### プレビュー バージョン -パッケージ管理者は、ランタイムと SDK のプレビュー バージョンを含めるという選択もできます。 それらのプレビュー バージョンはバージョン管理されない `dotnet-sdk` パッケージに含めないでください。ただし、名前のメジャーおよびマイナー バージョン セクションにプレビュー マーカーを追加して、バージョン管理されたパッケージとしてリリースできます。 たとえば、`dotnet-sdk-2.0-preview-1-final` のようなパッケージが可能です。 +パッケージ管理者は、ランタイムと SDK のプレビュー バージョンを含めるという選択もできます。 それらのプレビュー バージョンはバージョン管理されない `dotnet-sdk` パッケージに含めないでください。ただし、名前のメジャーおよびマイナー バージョン セクションにプレビュー マーカーを追加して、バージョン管理されたパッケージとしてリリースできます。 たとえば、`dotnet-sdk-2.0-preview1-final` のようなパッケージが可能です。 ### Docker @@ -153,7 +153,7 @@ MAJOR.MINOR.PATCH[-PRERELEASE-BUILDNUMBER] ### プレビュー バージョン -プレビュー バージョンには、`-preview-[number]-([build]|"final")` がバージョンに追加されます。 たとえば、`2.0.0-preview-1-final` のようにします。 +プレビュー バージョンには、`-preview[number]-([build]|"final")` がバージョンに追加されます。 たとえば、`2.0.0-preview1-final` のようにします。 ### サービスのバージョン diff --git a/docs/csharp/language-reference/compiler-options/index.md b/docs/csharp/language-reference/compiler-options/index.md index e4e2ebba672..1204a3d01a1 100644 --- a/docs/csharp/language-reference/compiler-options/index.md +++ b/docs/csharp/language-reference/compiler-options/index.md @@ -34,10 +34,10 @@ translation.priority.ht: - zh-cn - zh-tw ms.translationtype: HT -ms.sourcegitcommit: 306c608dc7f97594ef6f72ae0f5aaba596c936e1 -ms.openlocfilehash: 12fd3210aeda6c260c91232baf99381a55b00cab +ms.sourcegitcommit: 02cfb7708959057de593506db55e4f31f5ab4fd0 +ms.openlocfilehash: 7c5f5274a5685e50fb7f1d06771b0340200d1c3f ms.contentlocale: ja-jp -ms.lasthandoff: 07/28/2017 +ms.lasthandoff: 08/28/2017 --- # C# コンパイラ オプション @@ -54,9 +54,6 @@ ms.lasthandoff: 07/28/2017 [方法: Visual Studio のコマンドラインのための環境変数を設定する](../../../csharp/language-reference/compiler-options/how-to-set-environment-variables-for-the-visual-studio-command-line.md) vsvars32.bat を実行してコマンドライン ビルドを有効にするための手順について説明します。 - [C# アプリケーションの配置](../../../csharp/language-reference/compiler-options/app-deployment.md) - C# アプリケーションを配置するためのオプションについて説明します。 - [カテゴリ別の C# コンパイラ オプションの一覧](../../../csharp/language-reference/compiler-options/listed-by-category.md) コンパイラ オプションのカテゴリ別の一覧です。 diff --git a/docs/csharp/language-reference/compiler-options/toc.md b/docs/csharp/language-reference/compiler-options/toc.md index 40cf7f6b378..8c33d636275 100644 --- a/docs/csharp/language-reference/compiler-options/toc.md +++ b/docs/csharp/language-reference/compiler-options/toc.md @@ -1,60 +1,59 @@ # [C# コンパイラ オプション](index.md) ## [csc.exe を使用したコマンド ラインからのビルド](command-line-building-with-csc-exe.md) ## [方法: Visual Studio のコマンドラインのための環境変数を設定する](how-to-set-environment-variables-for-the-visual-studio-command-line.md) -## [C# アプリケーションの配置](app-deployment.md) ## [カテゴリ別の C# コンパイラ オプションの一覧](listed-by-category.md) ## [アルファベット順の C# コンパイラ オプションの一覧](listed-alphabetically.md) -### [@ (C# コンパイラ オプション)](response-file-compiler-option.md) -### [-addmodule (C# コンパイラ オプション)](addmodule-compiler-option.md) -### [-appconfig (C# コンパイラ オプション)](appconfig-compiler-option.md) -### [-baseaddress (C# コンパイラ オプション)](baseaddress-compiler-option.md) -### [-bugreport (C# コンパイラ オプション)](bugreport-compiler-option.md) -### [-checked (C# コンパイラ オプション)](checked-compiler-option.md) -### [-codepage (C# コンパイラ オプション)](codepage-compiler-option.md) -### [-debug (C# コンパイラ オプション)](debug-compiler-option.md) -### [-define (C# コンパイラ オプション)](define-compiler-option.md) -### [-delaysign (C# コンパイラ オプション)](delaysign-compiler-option.md) -### [-doc (C# コンパイラ オプション)](doc-compiler-option.md) -### [-errorreport (C# コンパイラ オプション)](errorreport-compiler-option.md) -### [-filealign (C# コンパイラ オプション)](filealign-compiler-option.md) -### [-fullpaths (C# コンパイラ オプション)](fullpaths-compiler-option.md) -### [-help, -?(C# コンパイラ オプション)](help-compiler-option.md) -### [-highentropyva (C# コンパイラ オプション)](highentropyva-compiler-option.md) -### [-keycontainer (C# コンパイラ オプション)](keycontainer-compiler-option.md) -### [-keyfile (C# コンパイラ オプション)](keyfile-compiler-option.md) -### [-langversion (C# コンパイラ オプション)](langversion-compiler-option.md) -### [-lib (C# コンパイラ オプション)](lib-compiler-option.md) -### [-link (C# コンパイラ オプション)](link-compiler-option.md) -### [-linkresource (C# コンパイラ オプション)](linkresource-compiler-option.md) -### [-main (C# コンパイラ オプション)](main-compiler-option.md) -### [-moduleassemblyname (C# コンパイラ オプション)](moduleassemblyname-compiler-option.md) -### [-noconfig (C# コンパイラ オプション)](noconfig-compiler-option.md) -### [-nologo (C# コンパイラ オプション)](nologo-compiler-option.md) -### [-nostdlib (C# コンパイラ オプション)](nostdlib-compiler-option.md) -### [-nowarn (C# コンパイラ オプション)](nowarn-compiler-option.md) -### [-nowin32manifest (C# コンパイラ オプション)](nowin32manifest-compiler-option.md) -### [-optimize (C# コンパイラ オプション)](optimize-compiler-option.md) -### [-out (C# コンパイラ オプション)](out-compiler-option.md) -### [-pdb (C# コンパイラ オプション)](pdb-compiler-option.md) -### [-platform (C# コンパイラ オプション)](platform-compiler-option.md) -### [-preferreduilang (C# コンパイラ オプション)](preferreduilang-compiler-option.md) -### [-recurse (C# コンパイラ オプション)](recurse-compiler-option.md) -### [-reference (C# コンパイラ オプション)](reference-compiler-option.md) -### [/refout (C# コンパイラ オプション)](refout-compiler-option.md) -### [/refonly (C# コンパイラ オプション)](refonly-compiler-option.md) -### [-resource (C# コンパイラ オプション)](resource-compiler-option.md) -### [-subsystemversion (C# コンパイラ オプション)](subsystemversion-compiler-option.md) -### [-target (C# コンパイラ オプション)](target-compiler-option.md) -#### [-target:appcontainerexe (C# コンパイラ オプション)](target-appcontainerexe-compiler-option.md) -#### [-target:exe (C# コンパイラ オプション)](target-exe-compiler-option.md) -#### [-target:library (C# コンパイラ オプション)](target-library-compiler-option.md) -#### [-target:module (C# コンパイラ オプション)](target-module-compiler-option.md) -#### [-target:winexe (C# コンパイラ オプション)](target-winexe-compiler-option.md) -#### [-target:winmdobj (C# コンパイラ オプション)](target-winmdobj-compiler-option.md) -### [-unsafe (C# コンパイラ オプション)](unsafe-compiler-option.md) -### [-utf8output (C# コンパイラ オプション)](utf8output-compiler-option.md) -### [-warn (C# コンパイラ オプション)](warn-compiler-option.md) -### [-warnaserror (C# コンパイラ オプション)](warnaserror-compiler-option.md) -### [-win32icon (C# コンパイラ オプション)](win32icon-compiler-option.md) -### [-win32manifest (C# コンパイラ オプション)](win32manifest-compiler-option.md) -### [-win32res (C# コンパイラ オプション)](win32res-compiler-option.md) +### [@](response-file-compiler-option.md) +### [-addmodule](addmodule-compiler-option.md) +### [/appconfig](appconfig-compiler-option.md) +### [-baseaddress](baseaddress-compiler-option.md) +### [-bugreport](bugreport-compiler-option.md) +### [/checked](checked-compiler-option.md) +### [-codepage](codepage-compiler-option.md) +### [-debug](debug-compiler-option.md) +### [-define](define-compiler-option.md) +### [-delaysign](delaysign-compiler-option.md) +### [-doc](doc-compiler-option.md) +### [-errorreport](errorreport-compiler-option.md) +### [-filealign](filealign-compiler-option.md) +### [/fullpaths](fullpaths-compiler-option.md) +### [-help, -?](help-compiler-option.md) +### [-highentropyva](highentropyva-compiler-option.md) +### [-keycontainer](keycontainer-compiler-option.md) +### [-keyfile](keyfile-compiler-option.md) +### [-langversion](langversion-compiler-option.md) +### [/lib](lib-compiler-option.md) +### [-link](link-compiler-option.md) +### [-linkresource](linkresource-compiler-option.md) +### [-main](main-compiler-option.md) +### [-moduleassemblyname](moduleassemblyname-compiler-option.md) +### [-noconfig](noconfig-compiler-option.md) +### [-nologo](nologo-compiler-option.md) +### [-nostdlib](nostdlib-compiler-option.md) +### [-nowarn](nowarn-compiler-option.md) +### [-nowin32manifest](nowin32manifest-compiler-option.md) +### [-optimize](optimize-compiler-option.md) +### [-out](out-compiler-option.md) +### [/pdb](pdb-compiler-option.md) +### [-platform](platform-compiler-option.md) +### [/preferreduilang](preferreduilang-compiler-option.md) +### [-recurse](recurse-compiler-option.md) +### [-reference](reference-compiler-option.md) +### [/refout](refout-compiler-option.md) +### [/refonly](refonly-compiler-option.md) +### [-resource](resource-compiler-option.md) +### [-subsystemversion](subsystemversion-compiler-option.md) +### [-target](target-compiler-option.md) +#### [/target:appcontainerexe](target-appcontainerexe-compiler-option.md) +#### [/target:exe](target-exe-compiler-option.md) +#### [/target:library](target-library-compiler-option.md) +#### [/target:module](target-module-compiler-option.md) +#### [/target:winexe](target-winexe-compiler-option.md) +#### [/target:winmdobj](target-winmdobj-compiler-option.md) +### [/unsafe](unsafe-compiler-option.md) +### [-utf8output](utf8output-compiler-option.md) +### [/warn](warn-compiler-option.md) +### [-warnaserror](warnaserror-compiler-option.md) +### [-win32icon](win32icon-compiler-option.md) +### [-win32manifest](win32manifest-compiler-option.md) +### [/win32res:](win32res-compiler-option.md) diff --git a/docs/csharp/programming-guide/generics/index.md b/docs/csharp/programming-guide/generics/index.md index 178b7647479..b14714ed211 100644 --- a/docs/csharp/programming-guide/generics/index.md +++ b/docs/csharp/programming-guide/generics/index.md @@ -29,10 +29,10 @@ translation.priority.ht: - zh-cn - zh-tw ms.translationtype: HT -ms.sourcegitcommit: 306c608dc7f97594ef6f72ae0f5aaba596c936e1 -ms.openlocfilehash: 4899b3604343925e7e4e0535929d041b1a1f1081 +ms.sourcegitcommit: 1e548df4de2c07934313311a7ffcfae82be76000 +ms.openlocfilehash: de81058173b0985577474e8601aa84d4e83336a5 ms.contentlocale: ja-jp -ms.lasthandoff: 07/28/2017 +ms.lasthandoff: 08/28/2017 --- # ジェネリック (C# プログラミング ガイド) @@ -73,8 +73,6 @@ ms.lasthandoff: 07/28/2017 - [汎用デリゲート](../../../csharp/programming-guide/generics/generic-delegates.md) -- [default キーワード](../../../csharp/programming-guide/generics/default-keyword-in-generic-code.md) - - [C++ テンプレートと C# ジェネリックの違い](../../../csharp/programming-guide/generics/differences-between-cpp-templates-and-csharp-generics.md) - [ジェネリックとリフレクション](../../../csharp/programming-guide/generics/generics-and-reflection.md) diff --git a/docs/csharp/programming-guide/generics/toc.md b/docs/csharp/programming-guide/generics/toc.md index 4ed5e854741..12aea30e228 100644 --- a/docs/csharp/programming-guide/generics/toc.md +++ b/docs/csharp/programming-guide/generics/toc.md @@ -8,7 +8,6 @@ ## [ジェネリック メソッド](generic-methods.md) ## [ジェネリックと配列](generics-and-arrays.md) ## [汎用デリゲート](generic-delegates.md) -## [ジェネリック コードの default キーワード](default-keyword-in-generic-code.md) ## [C++ テンプレートと C# ジェネリックの違い](differences-between-cpp-templates-and-csharp-generics.md) ## [ランタイムのジェネリック](generics-in-the-run-time.md) ## [.NET Framework クラス ライブラリのジェネリック](generics-in-the-net-framework-class-library.md) diff --git a/docs/csharp/programming-guide/statements-expressions-operators/toc.md b/docs/csharp/programming-guide/statements-expressions-operators/toc.md index ed8bb129a0d..eaea45a747b 100644 --- a/docs/csharp/programming-guide/statements-expressions-operators/toc.md +++ b/docs/csharp/programming-guide/statements-expressions-operators/toc.md @@ -10,6 +10,7 @@ ### [匿名メソッド](anonymous-methods.md) ## [オーバーロードされた演算子](overloadable-operators.md) ## [変換演算子](conversion-operators.md) +## [既定値式](default-value-expressions.md) ### [変換演算子の使用](using-conversion-operators.md) ### [方法: 構造体間にユーザー定義の変換を実装する](how-to-implement-user-defined-conversions-between-structs.md) ## [方法: 演算子のオーバーロードを使用して複素数クラスを作成する](how-to-use-operator-overloading-to-create-a-complex-number-class.md)