Skip to content

Commit

Permalink
commit translated contents
Browse files Browse the repository at this point in the history
  • Loading branch information
olprod committed Oct 29, 2018
1 parent 0f2bfb7 commit 90f66d4
Show file tree
Hide file tree
Showing 126 changed files with 715 additions and 683 deletions.
10 changes: 5 additions & 5 deletions docs/core/deploying/deploy-with-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ ms.date: 09/05/2018
dev_langs:
- csharp
- vb
ms.openlocfilehash: a7e810372d831699eae777186385e45fe65cdf45
ms.sourcegitcommit: fb78d8abbdb87144a3872cf154930157090dd933
ms.openlocfilehash: 6c0eb82b6be5d65c70287dd601bb97868af1c943
ms.sourcegitcommit: b22705f1540b237c566721018f974822d5cd8758
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 09/28/2018
ms.locfileid: "47208251"
ms.lasthandoff: 10/19/2018
ms.locfileid: "49454450"
---
# <a name="deploying-net-core-apps-with-command-line-interface-cli-tools"></a>コマンド ライン インターフェイス (CLI) ツールを使用して .NET Core アプリを展開する

Expand Down Expand Up @@ -77,7 +77,7 @@ ms.locfileid: "47208251"

1 つ以上のサードパーティの依存関係を備えたフレームワークに依存する展開を展開するには、それらの依存関係がプロジェクトで使用できる必要があります。 `dotnet restore` コマンドを実行する前に、次の 2 つの追加手順を実行する必要があります([注記参照](#dotnet-restore-note))。

1. *csproj* ファイルの `<ItemGroup>` セクションに、必要なサードパーティ ライブラリへの参照を追加します。 次の `<ItemGroup>` セクションには、サードパーティ ライブラリとして [Json.NET](http://www.newtonsoft.com/json) への依存関係があります。
1. *csproj* ファイルの `<ItemGroup>` セクションに、必要なサードパーティ ライブラリへの参照を追加します。 次の `<ItemGroup>` セクションには、サードパーティ ライブラリとして [Json.NET](https://www.newtonsoft.com/json) への依存関係があります。

```xml
<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions docs/core/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ description: Windows、Linux、macOS で .NET Core アプリケーションを
author: thraka
ms.author: adegeo
ms.date: 06/27/2018
ms.openlocfilehash: fa5deb46b64e1a09c9ad6582486a993a24336b42
ms.sourcegitcommit: 702d5ffc6e733b6c4ded85bf1c92e2293638ee9a
ms.openlocfilehash: 3fff7884082c46477d37b08560a2c71e7ee345e5
ms.sourcegitcommit: 15d99019aea4a5c3c91ddc9ba23692284a7f61f3
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 07/04/2018
ms.locfileid: "37792401"
ms.lasthandoff: 10/12/2018
ms.locfileid: "49121255"
---
# <a name="get-started-with-net-core"></a>.NET Core の概要

この記事では、.NET Core の概要について説明します。 .NET Core は、Windows、Linux、および macOS にインストールすることができます。 任意のテキスト エディターでコーディングし、クロスプラットフォーム ライブラリとアプリケーションを作成できます。

.NET Core が何であるかや、他の .NET テクノロジとどのように関連しているのかがわからない場合は、まず、[.NET の概要](https://www.microsoft.com/net/learn/what-is-dotnet)を確認してください。 簡単に言うと、.NET Core は .NET のオープンソースのクロスプラットフォーム実装です。
.NET Core が何であるかや、他の .NET テクノロジとどのように関連しているのかがわからない場合は、まず、[.NET の概要](https://www.microsoft.com/net/learn/dotnet/what-is-dotnet)を確認してください。 簡単に言うと、.NET Core は .NET のオープンソースのクロスプラットフォーム実装です。

## <a name="create-an-application"></a>アプリケーションの作成

Expand Down Expand Up @@ -84,4 +84,4 @@ Hello World!

サポートされている OS X または macOS のバージョンの一覧については、「[macOS における .NET Core の前提条件](macos-prerequisites.md)」の記事を参照してください。

***
***
28 changes: 14 additions & 14 deletions docs/core/porting/libraries.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: .NET Core への移植 - ライブラリ
description: ライブラリ プロジェクトを .NET Framework から .NET Core に移植する方法を説明します。
author: cartermp
ms.author: mairaw
ms.date: 07/14/2017
ms.openlocfilehash: 0f1d79623b4ece836732010e76a3c93fbbf8099f
ms.sourcegitcommit: f9e38d31288fe5962e6be5b0cc286da633482873
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 06/27/2018
ms.locfileid: "37028046"
title: .NET Core への移植 - ライブラリ
description: ライブラリ プロジェクトを .NET Framework から .NET Core に移植する方法を説明します。
author: cartermp
ms.author: mairaw
ms.date: 07/14/2017
ms.openlocfilehash: eb6b8506d8df218a053242cd0b8d3097fa6d9fd3
ms.sourcegitcommit: c93fd5139f9efcf6db514e3474301738a6d1d649
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 10/28/2018
ms.locfileid: "50199852"
---
# <a name="porting-to-net-core---libraries"></a>.NET Core への移植 - ライブラリ

Expand Down Expand Up @@ -162,11 +162,11 @@ Visual Studio 2017 でライブラリを読み込み、次の手順を行うこ
コードを移植したときにすべての機能が動作することを確認するには、コードを .NET Core に移植してテストすることをお勧めします。 このテストを行うには、.NET Core 用のテストを構築して実行するためのテスト フレームワークを使用する必要があります。 現在のところ、次の 3 つの選択肢があります。

- [xUnit](https://xunit.github.io/)
* [はじめに](http://xunit.github.io/docs/getting-started-dotnet-core.html)
* [はじめに](https://xunit.github.io/docs/getting-started-dotnet-core.html)
* [MSTest プロジェクトを xUnit に変換するツール](https://github.com/dotnet/codeformatter/tree/master/src/XUnitConverter)
- [NUnit](http://www.nunit.org/)
- [NUnit](https://nunit.org/)
* [はじめに](https://github.com/nunit/docs/wiki/Installation)
* [MSTest から NUnit への移行に関するブログ投稿](http://www.florian-rappl.de/News/Page/275/convert-mstest-to-nunit)
* [MSTest から NUnit への移行に関するブログ投稿](https://www.florian-rappl.de/News/Page/275/convert-mstest-to-nunit)
- [MSTest](https://docs.microsoft.com/visualstudio/test/unit-test-basics)

## <a name="recommended-approach-to-porting"></a>移植について推奨されるアプローチ
Expand Down
52 changes: 26 additions & 26 deletions docs/core/tools/dotnet-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ title: dotnet new コマンド - .NET Core CLI
description: dotnet new コマンドは、指定されたテンプレートに基づいて新しい .NET Core プロジェクトを作成します。
author: mairaw
ms.author: mairaw
ms.date: 07/31/2018
ms.openlocfilehash: 396c4ddf09854fa4582226bdb1422f8c929e459b
ms.sourcegitcommit: fb78d8abbdb87144a3872cf154930157090dd933
ms.date: 10/24/2018
ms.openlocfilehash: 56d76f1dd54097f9cf20129d74057235290c273c
ms.sourcegitcommit: c93fd5139f9efcf6db514e3474301738a6d1d649
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 09/28/2018
ms.locfileid: "47208634"
ms.lasthandoff: 10/27/2018
ms.locfileid: "50188204"
---
# <a name="dotnet-new"></a>dotnet new

Expand Down Expand Up @@ -65,27 +65,27 @@ dotnet new [-h|--help]

このコマンドには、テンプレートの既定の一覧が含まれています。 使用可能なテンプレートの一覧を取得するには、`dotnet new -l` を使います。 次の表は、.NET Core SDK 2.1.300 にプレインストールされているテンプレートの一覧です。 テンプレートの既定の言語は、角かっこで示されます。

|テンプレートの説明 | テンプレート名 | 言語 |
|----------------------------------------------|-----------------|---------------|
| コンソール アプリケーション | `console` | [C#], F#, VB |
| クラス ライブラリ | `classlib` | [C#], F#, VB |
| 単体テスト プロジェクト | `mstest` | [C#], F#, VB |
| xUnit テスト プロジェクト | `xunit` | [C#], F#, VB |
| Razor ページ | `page` | [C#] |
| MVC ViewImports | `viewimports` | [C#] |
| MVC ViewStart | `viewstart` | [C#] |
| ASP.NET Core 空 | `web` | [C#], F# |
| ASP.NET Core Web アプリ (モデル ビュー コントローラー) | `mvc` | [C#], F# |
| ASP.NET Core Web アプリ | `razor` | [C#] |
| Angular 付きの ASP.NET Core | `angular` | [C#] |
| React.js 付きの ASP.NET Core | `react` | [C#] |
| React.js および Redux 付きの ASP.NET Core | `reactredux` | [C#] |
| ASP.NET Core Web API | `webapi` | [C#], F# |
| Razor クラス ライブラリ | `razorclasslib` | [C#] |
| global.json file | `globaljson` | |
| NuGet 構成 | `nugetconfig` | |
| Web 構成 | `webconfig` | |
| ソリューション ファイル | `sln` | |
|テンプレートの説明 | テンプレート名 | 言語 |
|----------------------------------------------|------------------|---------------|
| コンソール アプリケーション | `console` | [C#], F#, VB |
| クラス ライブラリ | `classlib` | [C#], F#, VB |
| 単体テスト プロジェクト | `mstest` | [C#], F#, VB |
| xUnit テスト プロジェクト | `xunit` | [C#], F#, VB |
| Razor ページ | `page` | [C#] |
| MVC ViewImports | `viewimports` | [C#] |
| MVC ViewStart | `viewstart` | [C#] |
| ASP.NET Core 空 | `web` | [C#], F# |
| ASP.NET Core Web アプリ (モデル ビュー コントローラー) | `mvc` | [C#], F# |
| ASP.NET Core Web アプリ | `razor``webapp`| [C#] |
| Angular 付きの ASP.NET Core | `angular` | [C#] |
| React.js 付きの ASP.NET Core | `react` | [C#] |
| React.js および Redux 付きの ASP.NET Core | `reactredux` | [C#] |
| ASP.NET Core Web API | `webapi` | [C#], F# |
| Razor クラス ライブラリ | `razorclasslib` | [C#] |
| global.json file | `globaljson` | |
| NuGet 構成 | `nugetconfig` | |
| Web 構成 | `webconfig` | |
| ソリューション ファイル | `sln` | |

# <a name="net-core-20tabnetcore20"></a>[.NET Core 2.0](#tab/netcore20)

Expand Down
28 changes: 14 additions & 14 deletions docs/core/tools/dotnet-nuget-delete.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: dotnet nuget delete コマンド - .NET Core CLI
description: dotnet-nuget-delete コマンドは、サーバーからパッケージを削除または一覧から削除します。
author: karann-msft
ms.author: mairaw
ms.date: 06/01/2018
ms.openlocfilehash: 1b58136d0bc04947f0a5baba320e5e6b3e45e2f1
ms.sourcegitcommit: bbf70abe6b46073148f78cbf0619de6092b5800c
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 06/04/2018
ms.locfileid: "34728415"
title: dotnet nuget delete コマンド - .NET Core CLI
description: dotnet-nuget-delete コマンドは、サーバーからパッケージを削除または一覧から削除します。
author: karann-msft
ms.author: mairaw
ms.date: 06/01/2018
ms.openlocfilehash: f4aa027a465c4adea1de13853063d03e8e295411
ms.sourcegitcommit: c93fd5139f9efcf6db514e3474301738a6d1d649
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 10/27/2018
ms.locfileid: "50180881"
---
# <a name="dotnet-nuget-delete"></a>dotnet nuget delete

Expand Down Expand Up @@ -79,7 +79,7 @@ dotnet nuget delete [-h|--help]

`-s|--source <SOURCE>`

サーバー URL を指定します。 nuget.org でサポートされている URL には、`http://www.nuget.org``http://www.nuget.org/api/v3`、および `http://www.nuget.org/api/v2/package` が含まれます。 プライベート フィードの場合、ホスト名を置き換えます (`%hostname%/api/v3` など)。
サーバー URL を指定します。 nuget.org でサポートされている URL には、`https://www.nuget.org``https://www.nuget.org/api/v3`、および `https://www.nuget.org/api/v2/package` が含まれます。 プライベート フィードの場合、ホスト名を置き換えます (`%hostname%/api/v3` など)。

# <a name="net-core-20tabnetcore20"></a>[.NET Core 2.0](#tab/netcore20)

Expand All @@ -101,7 +101,7 @@ dotnet nuget delete [-h|--help]

`-s|--source <SOURCE>`

サーバー URL を指定します。 nuget.org でサポートされている URL には、`http://www.nuget.org``http://www.nuget.org/api/v3`、および `http://www.nuget.org/api/v2/package` が含まれます。 プライベート フィードの場合、ホスト名を置き換えます (`%hostname%/api/v3` など)。
サーバー URL を指定します。 nuget.org でサポートされている URL には、`https://www.nuget.org``https://www.nuget.org/api/v3`、および `https://www.nuget.org/api/v2/package` が含まれます。 プライベート フィードの場合、ホスト名を置き換えます (`%hostname%/api/v3` など)。

# <a name="net-core-1xtabnetcore1x"></a>[.NET Core 1.x](#tab/netcore1x)

Expand All @@ -123,7 +123,7 @@ dotnet nuget delete [-h|--help]

`-s|--source <SOURCE>`

サーバー URL を指定します。 nuget.org でサポートされている URL には、`http://www.nuget.org``http://www.nuget.org/api/v3`、および `http://www.nuget.org/api/v2/package` が含まれます。 プライベート フィードの場合、ホスト名を置き換えます (`%hostname%/api/v3` など)。
サーバー URL を指定します。 nuget.org でサポートされている URL には、`https://www.nuget.org``https://www.nuget.org/api/v3`、および `https://www.nuget.org/api/v2/package` が含まれます。 プライベート フィードの場合、ホスト名を置き換えます (`%hostname%/api/v3` など)。

---

Expand Down
12 changes: 6 additions & 6 deletions docs/core/tools/dotnet-nuget-push.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ description: dotnet nuget push コマンドでは、パッケージをサーバ
author: karann-msft
ms.author: mairaw
ms.date: 09/04/2018
ms.openlocfilehash: 23d27cef29008955850f9ed9f4a8baed9e7ad982
ms.sourcegitcommit: 6eac9a01ff5d70c6d18460324c016a3612c5e268
ms.openlocfilehash: b9c0fad886cd1234325c58bf61b1a010bce421d9
ms.sourcegitcommit: c93fd5139f9efcf6db514e3474301738a6d1d649
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 09/16/2018
ms.locfileid: "45610010"
ms.lasthandoff: 10/29/2018
ms.locfileid: "50200027"
---
# <a name="dotnet-nuget-push"></a>dotnet nuget push

Expand Down Expand Up @@ -179,9 +179,9 @@ API キーを指定して、既定のプッシュ ソースに *foo.nupkg* を

`dotnet nuget push foo.nupkg -k 4003d786-cc37-4004-bfdf-c4f3e8ef9b3a`

API キーを指定して、カスタム プッシュ ソース `http://customsource`*foo.nupkg* をプッシュします。
API キーを指定して、カスタム プッシュ ソース `https://customsource`*foo.nupkg* をプッシュします。

`dotnet nuget push foo.nupkg -k 4003d786-cc37-4004-bfdf-c4f3e8ef9b3a -s http://customsource/`
`dotnet nuget push foo.nupkg -k 4003d786-cc37-4004-bfdf-c4f3e8ef9b3a -s https://customsource/`

既定のプッシュ ソースに *foo.nupkg* をプッシュします。

Expand Down
6 changes: 3 additions & 3 deletions docs/core/tools/dotnet-pack.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ author: mairaw
ms.author: mairaw
ms.date: 05/29/2018
ms.openlocfilehash: 434f1c97af24d1417cd79edd52b63814fd4c6512
ms.sourcegitcommit: fb78d8abbdb87144a3872cf154930157090dd933
ms.sourcegitcommit: 586dbdcaef9767642436b1e4efbe88fb15473d6f
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 10/01/2018
ms.locfileid: "47231184"
ms.lasthandoff: 10/06/2018
ms.locfileid: "48840474"
---
# <a name="dotnet-pack"></a>dotnet pack

Expand Down
6 changes: 3 additions & 3 deletions docs/core/tools/dotnet-tool-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ author: mairaw
ms.author: mairaw
ms.date: 05/29/2018
ms.openlocfilehash: e2bea974207d3098ed67b69ed16a72a03c44cd8b
ms.sourcegitcommit: fb78d8abbdb87144a3872cf154930157090dd933
ms.sourcegitcommit: 586dbdcaef9767642436b1e4efbe88fb15473d6f
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 10/01/2018
ms.locfileid: "47203477"
ms.lasthandoff: 10/06/2018
ms.locfileid: "48841243"
---
# <a name="dotnet-tool-list"></a>dotnet tool list

Expand Down
6 changes: 3 additions & 3 deletions docs/core/tools/extensibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ author: blackdwarf
ms.author: mairaw
ms.date: 04/12/2017
ms.openlocfilehash: 9f54479704f547ada567619a82b24a47a0b104c4
ms.sourcegitcommit: fb78d8abbdb87144a3872cf154930157090dd933
ms.sourcegitcommit: 586dbdcaef9767642436b1e4efbe88fb15473d6f
ms.translationtype: HT
ms.contentlocale: ja-JP
ms.lasthandoff: 09/28/2018
ms.locfileid: "47204613"
ms.lasthandoff: 10/06/2018
ms.locfileid: "48842737"
---
# <a name="net-core-cli-tools-extensibility-model"></a>.NET Core CLI ツールの拡張モデル

Expand Down
Loading

0 comments on commit 90f66d4

Please sign in to comment.