.NET周报【10月第3期 2022-10-25】( 二 )


从今天起 , 澳大利亚、加拿大、中国、法国、德国、日本、英国和美国都可以订购 。在日本 , 价格将是99,880日元(含税) 。

  • 为Arm应用开发者购买Windows开发套件2023桌面电脑 - Microsoft Store
发布 Diagnostics - v6.0.351802 · dotnet/diagnosticshttps://github.com/dotnet/diagnostics/releases/tag/v6.0.351802
dotnet-{dump,monitor,trace}(诊断程序)的 6.0.351802 已经发布 。
它包括dotnet-dump中的一些错误和改进 , 包括在Linux/MacOS上扩展SOS命令 。dotnet-monitor和dotnet-trace有错误修复 。
对旧版Visual Studio的支持提醒 - Visual Studio Bloghttps://devblogs.microsoft.com/visualstudio/support-reminder-for-older-versions-of-visual-studio/
关于Visual Studio的提醒 , 它将不再被支持 。
  • Visual Studio 2012:扩展支持于2023年1月10日结束
  • Visual Studio 2013:扩展支持于2024年4月9日结束
  • Visual Studio 2015:扩展支持于2025年10月14日结束
  • Visual Studio 2017:主流支持于2022年4月12日结束 , 扩展支持于2027年4月13日结束(15.9) 。
  • Visual Studio 2019(16.9):支持于2022年10月11日结束 。建议迁移到16.11以继续支持2019年的工作
  • Visual Studio 2019预览版:由于更新结束 , 建议迁移到发布频道或迁移到2022年的预览频道
文章还讨论了一些方面 , 如管理员如何管理更新和删除不再支持的组件 。
文章、幻灯片等你好 .NET! - AtomicJarhttps://www.atomicjar.com/2022/10/hello-dotnet/
由Testcontainers的.NET实现的维护者(他们来自AtomicJar)介绍Testcontainers 。
在这里 , 我们将介绍Testcontainers的.NET实现、资源库的增长以及与xUnit.net整合的例子 。
dotnet-monitor: 在AKS中启用一个诊断边车https://www.poppastring.com/blog/dotnetmonitor-enabling-a-diagnostics-sidecar-in-aks
关于如何在AKS(Azure Kubernetes Serivce)Pod中作为边车运行dotnet-monitor的视频 。
艰辛历程中学习到的.NET系统编程.pptxhttps://www.slideshare.net/petabridge/net-systems-programming-learned-the-hard-waypptx
由Akka.NET开发人员提供的关于.NET低级组件API的解释性幻灯片 。
.NET Systems Programming Learned the Hard WayRecording: https://t.co/WvVzjp98IpSlides: https://t.co/34ohASQ69w#dotnet #performance
— Aaron Stannard (@Aaronontheweb) October 19, 2022
[C#]使用MemoryPack - 基础知识1 | spacekey.devhttps://spacekey.dev/memorypack-1
使用二进制序列化工具MemoryPack的系列文章
  • [C#]MemoryPack - ASP.NET Core中使用 | spacekey.dev
  • [C#]MemoryPack - TypeScript中使用 | spacekey.dev
  • [C#]MemoryPack - MemoryPackable特性 | spacekey.dev
CLR 事件: 选择nettrace文件格式!https://chnasarre.medium.com/clr-events-go-for-the-nettrace-file-format-6b363364c2a3
关于如何在nettrace二进制流中接收来自CLR的诊断事件的文章 。
使用WSL和Rider的ASP.NET/Kubernetes开发 (1)https://zenn.dev/dynamitecoolguy/articles/4530e1134bcbac
文章描述了在WSL上运行Rider以及使用ASP.NET Core和Kubernetes进行开发的准备步骤 。
使用.NET 6 + Hot Chocolate v12 + Redis实现GraphQL API网关https://dianper.medium.com/implementing-graphql-api-gateway-in-net-6-hot-chocolate-v12-redis-1a0ac12f340c
关于如何使用.NET 6、Hot Chocolate v12和Redis实现GraphQL API网关的文章 。
为你的.NET项目编写你自己的代码覆盖统计脚本https://medium.com/@stefanacimovicMEng/write-your-own-code-coverage-script-for-your-net-projects-e26b621aa0dc
关于如何创建自己的一系列步骤以获得.NET项目的代码覆盖并输出报告的文章 。
ASP.NET Core中的自定义脚手架模板 | dotnetthoughtshttps://dotnetthoughts.net/custom-scaffold-templates-in-asp-net-core/

经验总结扩展阅读