.NET MAUI Preview 10 を試してみる

.NET Conf 2021 にて 「.NET MAUI Preview 10 がリリースされてるでー」という紹介があったので、やってみます。 そういえば、前回試したのは Preview 4 でした。だいぶ時が経っているので色々と準備が必要ですね。前回の記事も貼っておきます。 blog.takunology.jp 準備 Visual Studio 2022 17.1 Preview 1 が必要みたいなので、導入します。やり方は .NET Blog にかかれているので参考にしてみてください。 devblogs.microsoft.com 構成に MAUI を追加します。 あとはダウンロード&イン…

CRANQ launches to save developers time when adding text code

When adding text code from a 3rd party source into a platform, the process is an unavoidable and time-consuming chore. Developers currently spend a large part of their day reviewing things like “NPM” packages, and such. There are developer libraries and text code platforms like JetBrains and Visual Studio, but these don’t entirely solve the […]

【C#】.NET 6.0.1-preview 4 で MAUI を試してみた

【2021年11月11日追記】 Preview 10 が出たので、新しい記事のほうが参考になると思います。 blog.takunology.jp Microsoft Build のイベントにて .NET 6 preview 4 と MAUI について紹介されており、気になっていました。特にMAUIを試してみたいなぁと思ったので、導入してサンプルアプリを動かしてみたいと思います。 実行環境 セットアップの途中でアップデートされます。 Windows 10 Visual Studio 16.10 → 16.11 .NET 5.0.300 → 6.0.1-pre4 目標 .NET 6.0.0-pre…