Add Usage Logger & FilesDb Migration services, update deps#32
Merged
Conversation
Contributor
jaybarden1
commented
Jan 5, 2026
- Introduced AStar.Dev.Usage.Logger and AStar.Dev.FilesDb.MigrationService, with full implementations, Dockerfile, launch settings, and configuration.
- Added unit test projects for both new services with xUnit setup.
- Updated AStar.Dev.Web.slnx: removed explicit build tags, added new services and tests.
- Added MIT LICENSE, AStar.png, astar.ico, SwaggerDark.css, and astar-logging-settings.json.
- Upgraded NuGet dependencies across projects (Swashbuckle, Asp.Versioning, Microsoft.Identity.Web, ZLinq, xunit, etc.).
- Enabled async host startup in AppHost.cs and improved nullable safety in ApiUsageContext.
- Annotated FileClassificationsService for DI and enabled AddAnnotatedServices.
- Implemented RabbitMQ event processing, endpoint registration, and OpenAPI config in Usage Logger.
- Added/updated appsettings.json for new services.
- General code cleanup, improved DI, and modernized patterns.
- Introduced AStar.Dev.Usage.Logger and AStar.Dev.FilesDb.MigrationService, with full implementations, Dockerfile, launch settings, and configuration. - Added unit test projects for both new services with xUnit setup. - Updated AStar.Dev.Web.slnx: removed explicit build tags, added new services and tests. - Added MIT LICENSE, AStar.png, astar.ico, SwaggerDark.css, and astar-logging-settings.json. - Upgraded NuGet dependencies across projects (Swashbuckle, Asp.Versioning, Microsoft.Identity.Web, ZLinq, xunit, etc.). - Enabled async host startup in AppHost.cs and improved nullable safety in ApiUsageContext. - Annotated FileClassificationsService for DI and enabled AddAnnotatedServices. - Implemented RabbitMQ event processing, endpoint registration, and OpenAPI config in Usage Logger. - Added/updated appsettings.json for new services. - General code cleanup, improved DI, and modernized patterns.
The AStar.png file was updated with new binary content, indicating that the image was replaced or modified to reflect updated visuals or information.
jbarden
approved these changes
Jan 5, 2026
Contributor
jbarden
left a comment
There was a problem hiding this comment.
Good to see the icons updating
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

