<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>.NET Code Hygiene on security-recipes.ai</title><link>https://security-recipes.ai/recipes/general/code-hygiene/dotnet/</link><description>Recent content in .NET Code Hygiene on security-recipes.ai</description><language>en-us</language><atom:link href="https://security-recipes.ai/recipes/general/code-hygiene/dotnet/index.xml" rel="self" type="application/rss+xml"/><item><title>.NET nullable and analyzer suppression debt</title><link>https://security-recipes.ai/recipes/general/code-hygiene/dotnet/dotnet-nullable-and-analyzer-suppression-debt/</link><guid>https://security-recipes.ai/recipes/general/code-hygiene/dotnet/dotnet-nullable-and-analyzer-suppression-debt/</guid><pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate><description>Bounded audit or remediation to resolve nullable and analyzer warnings without null-forgiving or pragma expansion.</description></item><item><title>.NET async cancellation and fire-and-forget lifecycle</title><link>https://security-recipes.ai/recipes/general/code-hygiene/dotnet/dotnet-async-cancellation-and-fire-and-forget/</link><guid>https://security-recipes.ai/recipes/general/code-hygiene/dotnet/dotnet-async-cancellation-and-fire-and-forget/</guid><pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate><description>Bounded audit or remediation to propagate CancellationToken and observe every Task failure.</description></item><item><title>.NET disposable and async-disposable lifecycle</title><link>https://security-recipes.ai/recipes/general/code-hygiene/dotnet/dotnet-disposable-and-async-disposable-lifecycle/</link><guid>https://security-recipes.ai/recipes/general/code-hygiene/dotnet/dotnet-disposable-and-async-disposable-lifecycle/</guid><pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate><description>Bounded audit or remediation to dispose synchronous and asynchronous resources exactly once after their final use.</description></item><item><title>.NET LINQ enumeration and EF query boundaries</title><link>https://security-recipes.ai/recipes/general/code-hygiene/dotnet/dotnet-linq-enumeration-and-ef-query-boundaries/</link><guid>https://security-recipes.ai/recipes/general/code-hygiene/dotnet/dotnet-linq-enumeration-and-ef-query-boundaries/</guid><pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate><description>Bounded audit or remediation to avoid repeated enumeration, client evaluation, N+1 loading, and leaked query lifetimes.</description></item></channel></rss>