<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/recent-updates-to-netescapades-enumgenerators-new-apis-and-system-memory-support-rqzjeyhuf" -->

---
title: Recent updates to NetEscapades.EnumGenerators: new APIs...
description: NetEscapades.EnumGenerators version 1.0.0-beta19 introduces several enhancements: an EnumParseOptions struct that allows disabling number parsing and supports...
canonical: https://daily.dev/posts/recent-updates-to-netescapades-enumgenerators-new-apis-and-system-memory-support-rqzjeyhuf
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Recent updates to NetEscapades.EnumGenerators: new APIs and System.Memory support | daily.dev
og:description: NetEscapades.EnumGenerators version 1.0.0-beta19 introduces several enhancements: an EnumParseOptions struct that allows disabling number parsing and supports...
og:url: https://daily.dev/posts/recent-updates-to-netescapades-enumgenerators-new-apis-and-system-memory-support-rqzjeyhuf
og:image: https://api.daily.dev/og/posts/RQzjeYHUF.png
og:image:alt: Recent updates to NetEscapades.EnumGenerators: new APIs and System.Memory support
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Recent updates to NetEscapades.EnumGenerators: new APIs and System.Memory support

**[.NET Escapades](https://daily.dev/sources/andrewlock)** · 13 min read · 12 upvotes · 0 comments

## Summary

NetEscapades.EnumGenerators version 1.0.0-beta19 introduces several enhancements: an EnumParseOptions struct that allows disabling number parsing and supports any StringComparison type, a SerializationOptions struct enabling automatic ToLowerInvariant/ToUpperInvariant transformations at compile time, and ReadOnlySpan<char> API support for .NET Standard 2.0 and .NET Framework projects via the System.Memory package. These updates improve performance and flexibility when working with enums while maintaining backward compatibility through options objects that avoid API proliferation.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://andrewlock.net/updates-to-netescapaades-enumgenerators-new-apis-and-system-memory-support/>

## Similar posts on daily.dev

- [Recent updates to NetEscapades.EnumGenerators: \[EnumMember\] support, analyzers, and bug fixes](https://daily.dev/posts/recent-updates-to-netescapades-enumgenerators-enummember-support-analyzers-and-bug-fixes-5vmtshgb4) · .NET Escapades · 4 upvotes · 0 comments
- [Splitting the NetEscapades.EnumGenerators packages: the road to a stable release](https://daily.dev/posts/splitting-the-netescapades-enumgenerators-packages-the-road-to-a-stable-release-opdggnwbu) · .NET Escapades · 4 upvotes · 0 comments

---

Tags: [#performance](https://daily.dev/tags/performance), [#.net](https://daily.dev/tags/.net), [#c#](https://daily.dev/tags/c#)

[View this post on daily.dev](https://daily.dev/posts/recent-updates-to-netescapades-enumgenerators-new-apis-and-system-memory-support-rqzjeyhuf)

```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","@type":"TechArticle","headline":"Recent updates to NetEscapades.EnumGenerators: new APIs and System.Memory support","url":"https://daily.dev/posts/recent-updates-to-netescapades-enumgenerators-new-apis-and-system-memory-support-rqzjeyhuf","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/recent-updates-to-netescapades-enumgenerators-new-apis-and-system-memory-support-rqzjeyhuf"},"datePublished":"2026-01-05T22:44:28.670Z","dateModified":"2026-01-05T22:44:51.612Z","description":"NetEscapades.EnumGenerators version 1.0.0-beta19 introduces several enhancements: an EnumParseOptions struct that allows disabling number parsing and supports...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/b2e88fe651973cc16cbc5b5e9e2018e2?_a=AQAEulh","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/b2e88fe651973cc16cbc5b5e9e2018e2?_a=AQAEulh","isAccessibleForFree":true,"articleSection":".NET Escapades","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":".NET Escapades","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/74ebd66cf7e840b6b29913eae3da9189","url":"https://daily.dev/sources/andrewlock"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/recent-updates-to-netescapades-enumgenerators-new-apis-and-system-memory-support-rqzjeyhuf","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":12},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"performance,.net,c#","timeRequired":"PT13M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":".NET Escapades","item":"https://daily.dev/sources/andrewlock"},{"@type":"ListItem","position":3,"name":"Recent updates to NetEscapades.EnumGenerators: new APIs and System.Memory support"}]}
```

