-
Notifications
You must be signed in to change notification settings - Fork 15
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
chore: sql property parsing io sql package #490
chore: sql property parsing io sql package #490
Conversation
✅ Deploy Preview for arcus-observability canceled.
|
This also means that we have no use anymore for a dedicated package and we should slowly moving them back to the |
src/Arcus.Observability.Telemetry.Sql/SqlConnectionStringParser.cs
Outdated
Show resolved
Hide resolved
src/Arcus.Observability.Telemetry.Sql/SqlConnectionStringParserResult.cs
Outdated
Show resolved
Hide resolved
src/Arcus.Observability.Tests.Unit/Arcus.Observability.Tests.Unit.csproj
Show resolved
Hide resolved
This is actually property-based testing hiding as data-driven tests; but chose to use the latter as we should make sure that starters (which do not see property-based testing, normally) could follow. |
src/Arcus.Observability.Telemetry.Sql/SqlConnectionStringParserResult.cs
Outdated
Show resolved
Hide resolved
src/Arcus.Observability.Tests.Unit/Arcus.Observability.Tests.Unit.csproj
Show resolved
Hide resolved
We could already move the |
src/Arcus.Observability.Telemetry.Sql/SqlConnectionStringParserResult.cs
Outdated
Show resolved
Hide resolved
…moreels/arcus.observability into chore/sql-property-parsing
Use our own version of parsing SQL properties instead of relying on a SQL package.
Closes #488