Mikey Lombardi (He/Him)

Results 146 comments of Mikey Lombardi (He/Him)

Another use case for this, now that #406 and #412 have landed in beta, is for using the defined schemas for the configuration file(s) to define and edit them directly...

I've been making [extensive use][01] of `frontMatter.data.types` - maybe `frontMatter.data.externalTypes` would be good for the new property? or did you mean a property on an entry in `frontmatter.data.types`, like `externalSchema`...

I just tried this definition to see if it would work, now that I have my JSON schemas sorted (and working via the VS Code YAML extension): ```jsonc "frontMatter.data.files": [...

Doesn't semver already cover beta vs production-ready versioning? `0.Y.Z` indicating pre-release and `X.Y.Z` (where `X -ge 1`) is production-ready. Does .NET versioning preclude 0.Y.Z versions, or is the problem that...

@rkeithhill: Okay, I _think_ I understand now. We were looking at two different problem sets: ### Generally Pre-Release Modules Per SemVer, modules without a stable API (still changing/removing functions, non-fixed...