Joey McKenzie
Joey McKenzie
With the latest release candidate of .NET 5, I'd like to update the project from .NET Core 3.1 and tackle the move to C# 9 at the same time to...
There's a few areas I would like to refactor/cleanup when I get time, specifically effects (most of the failure actions are issued in a similar way) and API requests. I'm...
Currently, the repo relies solely on cypress for integration tests. I would like to add bUnit tests to run during pipeline builds and release builds. I don't have much experience...
Noticed that in the migration to .NET Core 3.0, `Program.cs` was still utilizing the `IWebHostBuilder` to configure and bootstrap the host. In reference to [IHostBuilder](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/generic-host?view=aspnetcore-3.1), the team states: >In versions...
Adding my implementation of [a PHP API wrapper](https://github.com/joeymckenzie/openbrewerydb-php-client) for Open Brewery DB. I'll be continually maintaining it, published to [Packagist](https://packagist.org/packages/joeymckenzie/openbrewerydb-php-api) as well.
The unit test coverage is pretty light at the moment, with only the users feature package containing happy path tests and not many tests for failure scenarios. The current test...