Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export OptionsDescription to describe a Marten StoreOptions #3642

Closed
jeremydmiller opened this issue Jan 25, 2025 · 1 comment
Closed

Export OptionsDescription to describe a Marten StoreOptions #3642

jeremydmiller opened this issue Jan 25, 2025 · 1 comment

Comments

@jeremydmiller
Copy link
Member

This is to support CritterWatch and maybe also a better dotnet run -- describe output

Elements

  • Some description of the database connection. Is it supplied via a connection string, or NpgsqlDataSource, or something else?
  • Try to list database name and server name -- but no other contents
  • As a child, display serializer type. EnumStorage, Casing. Maybe something about other options???
  • TenantIdStyle -- didn't realize this was a thing!
  • Child for OpenTelemetryOptions
  • AutoCreateSchemaObjects
  • List document policies
  • List document session listeners
  • DisableNpgsqlLogging
  • UseStickyConnectionLifetimes
  • ApplyChangesLockId
  • GeneratedCodeMode
  • Child for Projections
  • List each projection. What name, what type it is, published types, version. Maybe tables it creates. Might be dependent on this: New IOptionsDescriptionSource interface JasperFx.Core#12
  • List each document mapping
  • EventGraph, list event types if you can
@jeremydmiller
Copy link
Member Author

Closed by #3648

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant