Skip to content

Commit de1ab07

Browse files
authored
Merge pull request #128 from mayuki/2024-05-18
Add 2024-05-18.md
2 parents 408306f + 5a527b5 commit de1ab07

File tree

1 file changed

+199
-0
lines changed

1 file changed

+199
-0
lines changed

input/2024/2024-05-18.md

Lines changed: 199 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,199 @@
1+
---
2+
Title: "2024-05-18: Npgsql security fix, .NET 6.0.30/7.0.19/8.0.5, Windows App SDK 1.4.6"
3+
Published: 2024/05/18 00:00
4+
DestinationPath: 2024/05/18/updates.html
5+
---
6+
<!--
7+
# yyyy-MM-dd
8+
## 主なトピックス
9+
## ヘッドライン
10+
## アーティクル、スライドなど
11+
## ライブラリ、リポジトリ、ツールなど
12+
## サイト、ドキュメントなど
13+
### ツイート
14+
## Deep Dive
15+
-->
16+
17+
## トピックス
18+
19+
### Release v8.0.3 · npgsql/npgsql
20+
https://github.com/npgsql/npgsql/releases/tag/v8.0.3
21+
22+
- [Release v7.0.7 · npgsql/npgsql](https://github.com/npgsql/npgsql/releases/tag/v7.0.7)
23+
- [Release v6.0.11 · npgsql/npgsql](https://github.com/npgsql/npgsql/releases/tag/v6.0.11)
24+
- [Release v5.0.18 · npgsql/npgsql](https://github.com/npgsql/npgsql/releases/tag/v5.0.18)
25+
- [Release v4.1.13 · npgsql/npgsql](https://github.com/npgsql/npgsql/releases/tag/v4.1.13)
26+
- [Release v4.0.14 · npgsql/npgsql](https://github.com/npgsql/npgsql/releases/tag/v4.0.14)
27+
28+
### .NET and .NET Framework May 2024 Servicing Updates - .NET Blog
29+
https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-may-2024-servicing-updates/
30+
31+
### Release Windows App SDK 1.4.6 (1.4.240512000) · microsoft/WindowsAppSDK
32+
https://github.com/microsoft/WindowsAppSDK/releases/tag/v1.4.6
33+
34+
### MongoDB Provider for Entity Framework Core Now Generally Available | MongoDB Blog
35+
https://www.mongodb.com/blog/post/mongodb-provider-entity-framework-core-now-generally-available
36+
37+
### ReSharper 2024.1.2 Is Available For Download | The .NET Tools Blog
38+
https://blog.jetbrains.com/dotnet/2024/05/07/resharper-2024-1-2/
39+
40+
### Rider 2024.1.2 Is Now Available! | The .NET Tools Blog
41+
https://blog.jetbrains.com/dotnet/2024/05/07/rider-2024-1-2/
42+
43+
### Announcing NuGet Commands in C# Dev Kit - The NuGet Blog
44+
https://devblogs.microsoft.com/nuget/announcing-nuget-commands-in-c-dev-kit/
45+
46+
### Package Management & improved .NET Aspire support come to C# Dev Kit - .NET Blog
47+
https://devblogs.microsoft.com/dotnet/may-release-of-csharp-dev-kit/
48+
49+
### Release 8.4.0 · App-vNext/Polly
50+
https://github.com/App-vNext/Polly/releases/tag/8.4.0
51+
52+
### Release v6.6.1 · domaindrivendev/Swashbuckle.AspNetCore
53+
https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.6.1
54+
55+
### Get Ready for Visual Studio at Build 2024: Join Thousands Online! - Visual Studio Blog
56+
https://devblogs.microsoft.com/visualstudio/visual-studio-at-build-2024/
57+
58+
### What is new in Entity Framework 6.5 Classic
59+
https://erikej.github.io/ef6/dotnet/2024/05/16/ef6-whatsnew.html
60+
61+
### What's new in Orleans 8 for Scalable Distributed Applications - .NET Blog
62+
https://devblogs.microsoft.com/dotnet/whats-new-in-orleans-8/
63+
64+
### .NET Aspire preview 7 - .NET Aspire
65+
https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/preview-7
66+
67+
### v1.11.0 | Meadow v1.* Releases | Wilderness Labs Developer Portal
68+
https://developer.wildernesslabs.co/Meadow/Release_Notes/v1/#v1110
69+
70+
## アーティクルなど
71+
72+
### null 許容参照型と EF Core Code First - Qiita
73+
https://qiita.com/SurferOnWww/items/67d8e8d86234ac138445
74+
75+
### The .NET Generic Math Library - NDepend Blog
76+
https://blog.ndepend.com/dotnet-generic-math/
77+
78+
### A Complete .NET Developer's Guide to Span with Stephen Toub - YouTube
79+
https://www.youtube.com/watch?v=5KdICNWOfEQ&list=PLdo4fOcmZ0oX8eqDkSw4hH9cSehrGgdr1&index=5
80+
81+
### .NET 8 の Blazor で WASM + API のプロジェクトを作る
82+
https://zenn.dev/microsoft/articles/aspnetcore-blazor-dotnet8-wasm-with-apis
83+
84+
### Improve your code quality with GitHub Copilot in Visual Studio - Visual Studio Blog
85+
https://devblogs.microsoft.com/visualstudio/improve-your-code-quality-with-github-copilot-in-visual-studio/
86+
87+
### C#ベースのオープンソースCMS「Orchard Core」について
88+
https://zenn.dev/zead/articles/f604f9ad31f941
89+
90+
### Mastering Slash Commands with GitHub Copilot in Visual Studio - Visual Studio Blog
91+
https://devblogs.microsoft.com/visualstudio/mastering-slash-commands-with-github-copilot-in-visual-studio/
92+
93+
### 【C#】 拡張メソッドで型によるswitchやif判定をできるだけ消す - Qiita
94+
https://qiita.com/toRisouP/items/12afeb98a0971095d409
95+
96+
### Azure Toolkit for Rider v4.0 Preview - Request For Feedback | The .NET Tools Blog
97+
https://blog.jetbrains.com/dotnet/2024/05/14/azure-toolkit-for-rider-v4-0-preview-request-for-feedback/
98+
99+
### An introduction to primary constructors in C#12
100+
https://andrewlock.net/an-introduction-to-primary-constructors-in-csharp-12/
101+
102+
### C#で自動テスト(Playwright) 環境構築~テスト実行手順 - Qiita
103+
https://qiita.com/noritama08/items/ed3f79e7feb061e36774
104+
105+
### ConfigureAwait によるデッドロックの回避 - Qiita
106+
https://qiita.com/SurferOnWww/items/2dd628101923419cc44a
107+
108+
### await と Task.Result によるデッドロック - Qiita
109+
https://qiita.com/SurferOnWww/items/bd4e483cce7acaee4f30
110+
111+
### 非同期プログラミング - Qiita
112+
https://qiita.com/SurferOnWww/items/06dc1e3df702596272ba
113+
114+
### ASP.NET Core, SSR Web Components, and Enhance Wasm
115+
https://khalidabuhakmeh.com/aspnet-core-ssr-web-components-and-enhance-wasm
116+
117+
### Localizing a .NET console or desktop application
118+
https://blog.axantum.com/2024/05/localizing-net-console-or-desktop.html?m=1
119+
120+
### Nuxt3を静的ファイルとしてビルドし、.NET Coreに表示する
121+
https://zenn.dev/yorimichi/articles/initial_csharp_nuxt3
122+
123+
### Does readonly make your code faster?
124+
https://steven-giesel.com/blogPost/50b84029-4f1e-4e6d-8fd1-0311b0605562
125+
126+
### BlazorでJavaScriptから.NETの動的(インスタンス)メソッドを呼び出す - Qiita
127+
https://qiita.com/yaju/items/44b207477d1cb1c81bfb
128+
129+
### Azure OpenAI Service を使って VB から C# にコードを変換する
130+
https://zenn.dev/microsoft/articles/convert-vb-to-cs
131+
132+
### Ahead of the Game: Exploring Helm Features with .NET Aspire & Aspir8 Preview 7
133+
https://medium.com/@josephsims1/ahead-of-the-game-exploring-helm-features-with-net-aspire-aspir8-preview-7-d327ade09b91
134+
135+
### C# Discriminated Union: What's Driving the C# Community's Inquiries? - NDepend Blog
136+
https://blog.ndepend.com/csharp-discriminated-union/
137+
138+
### Join the .NET Team at Microsoft Build 2024! - .NET Blog
139+
https://devblogs.microsoft.com/dotnet/join-the-dotnet-team-microsoft-build-2024/
140+
141+
### 【NXUI】C#でワンライナー・クロスプラットホームデスクトップアプリ【AvaloniaUI】
142+
https://zenn.dev/inuinu/articles/528550aab764e8
143+
144+
### Refactor your code with C# collection expressions - .NET Blog
145+
https://devblogs.microsoft.com/dotnet/refactor-your-code-with-collection-expressions/
146+
147+
### Diagnose Memory Leaks in .NET Applications with WinDbg: A Hands-on Approach
148+
https://levelup.gitconnected.com/diagnose-memory-leaks-in-net-applications-with-windbg-a-hands-on-approach-f41986f69967
149+
150+
### Blazor QuickGrid でリッチなテーブルをサクッと作成する - Qiita
151+
https://qiita.com/higege-amdeker/items/8150dcefe5d891a20c53
152+
153+
### Using GitHub Copilot as your Coding GPS - Visual Studio Blog
154+
https://devblogs.microsoft.com/visualstudio/using-github-copilot-as-your-coding-gps/
155+
156+
### dotInsights | May 2024 | The .NET Tools Blog
157+
https://blog.jetbrains.com/dotnet/2024/05/06/dotinsights-may-2024/
158+
159+
### Dapper マルチマッピングで多対多の関係先を生成する
160+
https://zenn.dev/tetr4lab/articles/35cd18af364499
161+
162+
### C#で使える1msタイマーを探す - Qiita
163+
https://qiita.com/qiitatosh/items/cc88e398be26e00fafe0
164+
165+
### Adventures serializing absolutely everything in C# – isadora
166+
https://isadorasophia.com/articles/serialization/
167+
168+
### MVVM ToolKit の使い方
169+
https://zenn.dev/maedan/articles/c691e858e3fa44
170+
171+
### How To connect Phi-3 Mini ONNX model in Semantic Kernel
172+
https://towardsdev.com/how-to-connect-phi-3-mini-onnx-model-in-semantic-kernel-fc96b758129f
173+
174+
### AArch64(arm64)のLinuxでSeleniumを使う方法(C#版) - Qiita
175+
https://qiita.com/noobow/items/52ed93726b757e2a3dbc
176+
177+
### 【OCI】.NET SDKを使ってOCI Streamingにデータを送信してみる - Qiita
178+
https://qiita.com/atwits/items/f23283cc58ee2a24a79e
179+
180+
### Maui BlazorでRazor ClassLibを使ってコンポーネントをプロジェクト分離する - ねこさんのぶろぐ
181+
https://www.neko3cs.net/entry/separate-component-to-project-maui-blazor
182+
183+
## スライド
184+
### Blazor WASM × Code-first gRPC で始める C# ⼤統⼀理論
185+
https://speakerdeck.com/sansantech/sansan-20240515-2
186+
187+
<script defer class="speakerdeck-embed" data-id="ee7a89ebea5943e0b2100b47fdc1a670" data-ratio="1.7772511848341233" src="//speakerdeck.com/assets/embed.js"></script>
188+
189+
### .NET GraphQL Client のリアル
190+
https://speakerdeck.com/sansantech/sansan-20240515-1
191+
192+
<script defer class="speakerdeck-embed" data-id="d86f71fcc0934390bebab2edb88f497d" data-ratio="1.7772511848341233" src="//speakerdeck.com/assets/embed.js"></script>
193+
194+
## ライブラリ、リポジトリ、ツールなど
195+
196+
### GitHub - NikiforovAll/keycloak-authorization-services-dotnet: Authentication and Authorization with Keycloak and ASP.NET Core 🔐
197+
https://github.com/NikiforovAll/keycloak-authorization-services-dotnet
198+
199+
- [Announcement - Keycloak.AuthServices v2.0.0 is out 🎉!](https://nikiforovall.github.io/dotnet/keycloak/2024/05/05/keycloak-v2-0-0.html)

0 commit comments

Comments
 (0)