You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor and update nullability and configurations
Refactored multiple methods for better readability and updated several methods to return nullable types. Added XML documentation to `IFabioHttpClient` and updated `README_NUGET.md` to reflect new load balancing focus. Introduced new `BindRequestFromRoute` property in `WebApiOptions`. Removed outdated configurations from `appsettings.development.json` and added new `webApi` section to `appsettings.json`.
Refactor methods and update configurations
Refactored multiple methods for better readability and null safety. Updated `CreateConsulAgentRegistration`, `GetServiceAgentsAsync`, and `DeserializeJsonFromStream` to return nullable types. Refactored `HttpResult` class to use a primary constructor. Added XML documentation to `IFabioHttpClient`. Updated `README_NUGET.md` to reflect new package focus. Added `BindRequestFromRoute` property to `WebApiOptions`. Improved null handling in `ReadJsonAsync`. Removed `prometheus` and `vault` configurations and the empty `appsettings.Development.json`. Added `webApi` section to `appsettings.json`.
0 commit comments