トピックス
ReSharper and .NET Tools 2021.3.4 has been released! | The .NET Tools Blog
https://blog.jetbrains.com/dotnet/2022/03/30/resharper-2021-3-4/
ReSharper と .NET ツールの 2021.3.4 がリリースされた。
Visual Studio 2022 17.2 Preview 2 との統合に関する問題が修正されている。Rider も同バージョンへのアップデートがあるがリリースパイプラインの都合によるもので変更はないとのこと。
.NET Framework 4.5.2, 4.6, and 4.6.1 will reach End of Support on Apr 26, 2022
https://devblogs.microsoft.com/dotnet/dotnet-framework-45-46-461-end-of-support/
.NET Framework 4.5.2, 4.6, 4.6.1 が2022年4月26日にサポート終了することについての案内。
引き続き .NET Framework のサポート(セキュリティー修正など)を受けるには .NET Framework 4.6.2 または 4.8 への移行が必要となる。
Visual Studio 2022 for Mac Preview 8
https://devblogs.microsoft.com/visualstudio/visual-studio-2022-for-mac-preview-8/
Visual Studio 2022 for Mac Preview 8 がリリースされた。
機能の追加などはなく、多くの小さな UI の修正やキーバインドの修正などが行われている。
アーティクル、スライドなど
High Performance UDP sockets in .NET 6 | Enclave
https://enclave.io/high-performance-udp-sockets-net6/
.NET Annotated Monthly | April 2022 | The .NET Tools Blog
https://blog.jetbrains.com/dotnet/2022/04/04/net-annotated-monthly-april-2022/
RLlibで強化学習したモデルをC#で使う - Qiita
https://qiita.com/oshimazakura/items/b906a75242e84c331ce9
Mastering Blazor - Part 1: DOM Integration
https://dev.to/florianrappl/mastering-blazor-part-1-dom-integration-5591
Milestone: A million downloads for VideoLAN packages in the .NET ecosystem
https://mfkl.github.io/2022/04/05/a-million-downloads.html
ImageSharp 2.0.0が機能満載でリリース
https://www.infoq.com/jp/news/2022/04/imagesharp-2-release/
Milestone: A million downloads for VideoLAN packages in the .NET ecosystem
CPU Usage Tool Improvements
https://devblogs.microsoft.com/visualstudio/cpu-usage-tool-improvements/
BouncyCastle(.NET)を使ってみた - Qiita
https://qiita.com/The-Fujimon-Company/items/504c20ed061141288f16
.NET 6 (C#) で Twitter API v2 の OAuth 2.0 を試す
https://zenn.dev/snowcait/articles/32c351553ae67c
【保存版】ASP.NETアプリのモダナイゼーション戦略のクラウド3社比較 - Qiita
https://qiita.com/komiyasa/items/2d5b17c5db3e80b4678b
Faster .NET development on Kubernetes with Skaffold
https://medium.com/@meronz/faster-net-development-on-kubernetes-with-skaffold-38b1d261eed5
What’s up with TimeZoneInfo on .NET 6? (Part 2)
https://codeblog.jonskeet.uk/2022/03/27/whats-up-with-timezoneinfo-on-net-6-part-2/
Introducing Akka.Hosting - HOCONless Akka.NET Configuration and Runtime | Petabridge
https://petabridge.com/blog/intro-akka-hosting/
Git Credential Manager: authentication for everyone | The GitHub Blog
https://github.blog/2022-04-07-git-credential-manager-authentication-for-everyone/
ライブラリ、リポジトリ、ツールなど
tmds/build-image: A .NET global tool to create container images from .NET projects, because life is too short to write Dockerfiles.
https://github.com/tmds/build-image
nenoNaninu/Tapper: A Tool Transpiling C# Type into TypeScript Type.
https://github.com/nenoNaninu/Tapper
itn3000/Cs2Mermaid: CSharp source to mermaid diagram
https://github.com/itn3000/Cs2Mermaid
サイト、ドキュメントなど
ツイート
We merged a preview C# 11 feature into VS 17.3: UTF8 string literals and string conversions to `byte[]`/`Span<byte>`/`ReadOnlySpan<byte>`.
— Julien Couvreur (@jcouv) April 4, 2022
For instance:
`var span = "world"u8;`
`Span<byte> span = "hello";`
Spec: https://t.co/42zfKiqXVW
OSR and QJFL are now enabled by default in .NET 7.0 https://t.co/oIu6GDrVIR tldr: noticeably faster startup (up to 25% faster) for desktop and web apps. Our web benchmarks already show nice improvements around "Time to process first request" pic.twitter.com/OPnub6z5Od
— Egor Bogatov (@EgorBo) April 3, 2022
Lots of progress on http/2 performance improvements. Initial benchmark with 70 concurrent requests on a single connection show a ~240% improvement 🔥 #dotnet #AspNetCore
— David Fowler 🇧🇧🇺🇸 (@davidfowl) March 30, 2022
Unity is using a source based package model unlike NuGet, and we often get questions from our users:
— Alexandre Mutel (@xoofx) April 5, 2022
📦Why Unity is not using NuGet for their own packages?
I tried to answer this question in this forum post:https://t.co/I6PHitzvmC pic.twitter.com/vuKcwWPC4c