<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/nickchapsas/best-of/2025/11" -->

---
title: Best Nick Chapsas posts — November 2025 | daily.dev
description: The most upvoted Nick Chapsas posts from November 2025, curated by the daily.dev community.
canonical: https://daily.dev/sources/nickchapsas/best-of/2025/11
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/nickchapsas/best-of/2025/11
og:type: website
og:site_name: daily.dev
og:title: Best Nick Chapsas posts — November 2025 | daily.dev
og:description: The most upvoted Nick Chapsas posts from November 2025, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of Nick Chapsas — November 2025

1. 1  
[](https://daily.dev/posts/another-net-open-source-project-is-gone-ukrasudij "Another .NET Open-Source Project is Gone")  
Video  
![Avatar of nickchapsas](https://media.daily.dev/image/upload/s--T_RLq3JV--/f_auto/v1716024738/logos/nickchapsas)Nick Chapsas · 42w  
Another .NET Open-Source Project is Gone  
Nuke, a popular .NET CI/CD build automation tool with 3,500 GitHub stars and 26 million downloads, faced potential abandonment due to open-source sustainability issues. Creator Matias experienced burnout from maintaining the project without adequate community support or financial compensation. After community outcry and expressions of support, Matias released version 10.0 with critical updates including SLNX support and dependency updates. The situation highlights ongoing challenges in open-source sustainability, with suggestions that commercialization might be a viable path forward for maintaining such projects.  
28
2. 2  
[](https://daily.dev/posts/big-breaking-changes-in-net-10-cdmkkbyfj "Big Breaking Changes in .NET 10")  
Video  
![Avatar of nickchapsas](https://media.daily.dev/image/upload/s--T_RLq3JV--/f_auto/v1716024738/logos/nickchapsas)Nick Chapsas · 44w  
Big Breaking Changes in .NET 10  
.NET 10 introduces several breaking changes developers should be aware of before upgrading. The IWebHost interface is now obsolete in favor of IHost, and projects should use WebApplication.CreateBuilder instead of WebHostBuilder. The new 'field' keyword can conflict with existing backing fields named 'field', requiring explicit 'this.field' or '@field' syntax. NuGet restore now audits transitive packages by default, which may fail builds when treating warnings as errors. System.Linq.Async is now built into the framework, eliminating the need for the separate NuGet package but potentially causing ambiguity in existing projects. Additional changes include implicit conversions for Span<T> and ReadOnlySpan<T>, and the new .slnx solution format.  
22  
1
3. 3  
[](https://daily.dev/posts/date-and-time-correctly-in-net-gmex1xomv "Date and Time correctly in .NET")  
Video  
![Avatar of nickchapsas](https://media.daily.dev/image/upload/s--T_RLq3JV--/f_auto/v1716024738/logos/nickchapsas)Nick Chapsas · 43w  
Date and Time correctly in .NET  
Instead of using DateTime for storing dates or times separately in .NET, use the DateOnly and TimeOnly types. DateOnly represents dates without time components, while TimeOnly represents times without dates. This approach clarifies intent, reduces confusion from ignoring components or creating arbitrary values, and improves code maintainability. Both types can be converted to and from DateTime when needed.  
12  
2

[See all Nick Chapsas archives](/sources/nickchapsas/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/nickchapsas/best-of/2025/11#page","url":"https://daily.dev/sources/nickchapsas/best-of/2025/11","name":"Best Nick Chapsas Posts — November 2025","description":"The most upvoted Nick Chapsas posts from November 2025, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/nickchapsas/best-of/2025/11#items","numberOfItems":3,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/another-net-open-source-project-is-gone-ukrasudij","name":"Another .NET Open-Source Project is Gone"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/big-breaking-changes-in-net-10-cdmkkbyfj","name":"Big Breaking Changes in .NET 10"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/date-and-time-correctly-in-net-gmex1xomv","name":"Date and Time correctly in .NET"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"Nick Chapsas","item":"https://daily.dev/sources/nickchapsas"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/nickchapsas/best-of"},{"@type":"ListItem","position":5,"name":"November 2025"}]}]}
```

