はてブログ

はてなブックマーク新着エントリーの過去ログサイトです。



タグ NuGet

新着順 人気順 5 users 10 users 50 users 100 users 500 users 1000 users
 
(1 - 20 / 20件)
 

Announcing TypeScript 5.4 RC - TypeScript

2024/02/23 このエントリーをはてなブックマークに追加 5 users Instapaper Pocket Tweet Facebook Share Evernote Clip TypeScript from critical bug

Today we’re excited to announce our Release Candidate of TypeScript 5.4! Between now and the stable release of TypeScript 5.4, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet, or through npm with the following command: npm inst... 続きを読む

Microsoft、やっかいな「NuGet」の依存性競合を手軽に解決するツールを発表/開発ツール部門と「Microsoft Research」の共同開発

2024/01/18 このエントリーをはてなブックマークに追加 22 users Instapaper Pocket Tweet Facebook Share Evernote Clip Microsoft Microsoft Research

続きを読む

Announcing TypeScript 5.3 Beta - TypeScript

2023/10/03 このエントリーをはてなブックマークに追加 6 users Instapaper Pocket Tweet Facebook Share Evernote Clip TypeScript beta npm install

Today we are excited to announce the availability of TypeScript 5.3 Beta. To get started using the beta, you can get it through NuGet, or through npm with the following command: npm install -D typescript@beta Here’s a quick list of what’s new in TypeScript 5.3! Import Attributes Stable Support re... 続きを読む

Announcing TypeScript 5.2 RC - TypeScript

2023/08/10 このエントリーをはてなブックマークに追加 11 users Instapaper Pocket Tweet Facebook Share Evernote Clip TypeScript from critical bug

Today we’re excited to announce our Release Candidate of TypeScript 5.2! Between now and the stable release of TypeScript 5.2, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet, or through npm with the following command: npm inst... 続きを読む

Announcing TypeScript 4.9 RC

2022/11/01 このエントリーをはてなブックマークに追加 5 users Instapaper Pocket Tweet Facebook Share Evernote Clip Announcing TypeScript or use

Today we’re excited to announce our Release Candidate (RC) of TypeScript 4.9. Between now and the stable release of TypeScript 4.9, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet, or use npm with the following command: npm ins... 続きを読む

Announcing TypeScript 4.7 RC

2022/05/11 このエントリーをはてなブックマークに追加 11 users Instapaper Pocket Tweet Facebook Share Evernote Clip Announcing TypeScript or use

Today we’re excited to announce our Release Candidate (RC) of TypeScript 4.7! Between now and the stable release of TypeScript 4.7, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet, or use npm with the following command: npm ins... 続きを読む

Announcing TypeScript 4.5 RC

2021/11/02 このエントリーをはてなブックマークに追加 7 users Instapaper Pocket Tweet Facebook Share Evernote Clip Announcing TypeScript or use

Today we’re excited to announce our Release Candidate (RC) of TypeScript 4.5! Between now and the stable release of TypeScript 4.5, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet, or use npm with the following command: You can... 続きを読む

Announcing TypeScript 4.3 RC | TypeScript

2021/05/13 このエントリーをはてなブックマークに追加 5 users Instapaper Pocket Tweet Facebook Share Evernote Clip TypeScript it through npm ins

Today we’re excited to announce our Release Candidate (RC) of TypeScript 4.3! Between now and the stable release of TypeScript 4.2, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet, or use npm with the following command: npm ins... 続きを読む

Announcing TypeScript 4.2 Beta | TypeScript

2021/01/13 このエントリーをはてなブックマークに追加 5 users Instapaper Pocket Tweet Facebook Share Evernote Clip TypeScript beta it through

Today we’re excited to announce the availability of TypeScript 4.2 Beta! To get started using the beta, you can get it through NuGet, or use npm with the following command: You can also get editor support by Downloading for Visual Studio 2019/2017Following directions for Visual Studio Code and Su... 続きを読む

Announcing TypeScript 4.1 RC | TypeScript

2020/11/03 このエントリーをはてなブックマークに追加 10 users Instapaper Pocket Tweet Facebook Share Evernote Clip TypeScript available or use

Today we are making the Release Candidate (RC) of TypeScript 4.1 available. To get started using the RC, you can get it through NuGet, or use npm with the following command: You can also get editor support by Downloading for Visual Studio 2019/2017Following directions for Visual Studio Code and S... 続きを読む

Announcing TypeScript 4.1 Beta | TypeScript

2020/09/18 このエントリーをはてなブックマークに追加 7 users Instapaper Pocket Tweet Facebook Share Evernote Clip TypeScript beta it through

Today we’re announcing the availability of TypeScript 4.1 Beta! To get started using the beta, you can get it through NuGet, or use npm with the following command: You can also get editor support by Downloading for Visual Studio 2019/2017Following directions for Visual Studio Code and Sublime Tex... 続きを読む

Livet のメンテナーになりました - かずきのBlog@hatena

2018/09/18 このエントリーをはてなブックマークに追加 7 users Instapaper Pocket Tweet Facebook Share Evernote Clip MVVM WPF PullRequest Push リポジトリ

まだ権限追加してもらっただけで何もしてないですが尾上さん作の WPF で MVVM で開発するときに国内でよく使われてる Livet のリポジトリに push する権限と nuget にパッケージをアップロードする権限を付けてもらいました。 以下のようなポリシーでやっていこうと思います。 サポートしようと思ってるもの PullRequest... 続きを読む

NuGetでプラットフォーム毎にアセンブリを展開する方法」と「良い感じにコードを共有してプラットフォーム別のアセンブリを作る方法」 | 凡人のブログ

2016/11/25 このエントリーをはてなブックマークに追加 31 users Instapaper Pocket Tweet Facebook Share Evernote Clip アセンブリ 凡人 プラットフォーム毎 プラットフォームごと

いろいろと思ったことを忘れないように書いておこうと思います。 最近は.NET Standardとかいろいろありますが、もちろんすべての状況においてすべてのコードが共通化できるわけではありません。というわけで、この投稿では NuGetでプラットフォームごとに異なるアセンブリを展開する方法 CoreFXを覗いてちょっと真似てみた、良い感じにコードを共有してプラットフォーム別のアセンブリを作る方法 をご... 続きを読む

[Visual Studio] Debug.WriteLine でツイートできる NuGet パッケージを作った | プログラミング生放送

2015/09/10 このエントリーをはてなブックマークに追加 18 users Instapaper Pocket Tweet Facebook Share Evernote Clip アドイン Excel Visual Studio パッケージ

最近の 最強の Twitter クライアント戦争情報 や、Excel からツイートできるアドイン「慧ちゃんのリボン」 などの影響を受け、ちょっと作りたくなったので、最弱の Twitter クライアント戦争に参戦しました。 これは何? 「Twitter クライアントを作った」 「Twitter クライアント」 「Visual Studio で使える」 「Visual Studio」 「Debug.W... 続きを読む

ウィンドウの枠を簡単に光らせるライブラリを公開しました | grabacr.nét

2014/07/11 このエントリーをはてなブックマークに追加 20 users Instapaper Pocket Tweet Facebook Share Evernote Clip grabacr.net ライブラリ ウィンドウ Theme

MetroRadiance という名前のライブラリを NuGet で公開したのですが、Visual Studio や Office のようにウィンドウの枠を簡単に光らせることができる機能が話題を呼んでいます (呼んでいません)。 要するに、KanColleViewer や私の自作アプリで使っている、UI ライブラリです。 自身のアプリのブランド化のために自作した Theme を使っているのですが、... 続きを読む

OpenCVで超解像度画像を作成する - whoopsidaisies's diary

2013/12/03 このエントリーをはてなブックマークに追加 9 users Instapaper Pocket Tweet Facebook Share Evernote Clip OpenCV モジュール インストール プロジェクト 使用

2013-12-03 OpenCVで超解像度画像を作成する OpenCVのSuperResolutionクラス OpenCVの2.4.5あたりからSuperResolutionクラスという超解像度処理を行うモジュールが追加されたので,それを使う.現在Nugetでインストール可能なOpenCVのバージョンは2.4.7なのでSuperResolutionクラスが使用可能である.プロジェクトの右クリック... 続きを読む

NuGet で MsBuild ターゲットが展開できるのが便利すぎて全俺が(ry | kazuk は null に触れてしまった

2013/07/12 このエントリーをはてなブックマークに追加 31 users Instapaper Pocket Tweet Facebook Share Evernote Clip null TARGETS ry Props csproj

というわけで、 NuGet & MsBuild なネタ。 NuGet 2.5 から MsBuild の targets と props の展開ができるようになりました。 NuGet 2.5 のリリースノート んで何が便利かというと、ビルド時処理のカスタマイズを部品化できて、 csproj を人がいじらないでも、その部品の付け外しが NuGet パッケージのインストール/アンインストールで簡単にでき... 続きを読む

Microsoft、パッケージ管理システム「NuGet 2.6」をリリース - 窓の杜

2013/07/01 このエントリーをはてなブックマークに追加 13 users Instapaper Pocket Tweet Facebook Share Evernote Clip Microsoft リリース パッケージ管理システム 最新版

ニュース Microsoft、パッケージ管理システム「NuGet 2.6」をリリース 「Visual Studio 2013 Preview」に標準搭載 (2013/7/1 15:20) 「NuGet Package Manager」v2.6.40627.9000 米Microsoft Corporationは6月26日(現地時間)、パッケージ管理システム「NuGet」の最新版「NuGet 2.6... 続きを読む

社内の開発環境の改善&効率化のためにNuGetを活用しよう | 特集:NuGetプライベート・リポジトリ概説 - Build Insider

2013/06/19 このエントリーをはてなブックマークに追加 70 users Instapaper Pocket Tweet Facebook Share Evernote Clip Build Insider 特集 開発環境 社内

6月8日(土曜日)に開催したセミナー「第1回 Build Insider OFFLINE」のOpen Circle 13:30~14:20のセッション動画(50分)とスライドを視聴・閲覧できます(映像上ではスライドの文字が読み取りにくい場合がありますので、スライドも併用してご視聴ください)。 セッション・スライド 続きを読む

Web API よりも HttpClient に注目したい - しばやん雑記

2012/08/21 このエントリーをはてなブックマークに追加 72 users Instapaper Pocket Tweet Facebook Share Evernote Clip HttpClient BCL アセンブリ レベ http

NuGet で公開されていた System.Net.Http.dll が .NET Framework 4.5 では BCL 入りを果たしました。このアセンブリには HttpClient という全く新しい HttpClient クラスが入っています。これって元々は ASP.NET Web API 向けに HTTP を綺麗にラップしたクラスなんですが、正直なところ WebClient とかそんなレベ... 続きを読む

 
(1 - 20 / 20件)