Oliver

Results 10 issues of Oliver

# Description This PR aims to refactor the `Program1.cs` and `Startup.cs` files in the project. The original files were confusing and did not adhere to Clean Code or SOLID principles,...

# Description This PR includes an update to the Microsoft.IdentityModel.Tokens package from version 6.13.1 to version 7.5.0 to address a package vulnerability. ## Motivation and Context The motivation behind this...

# Description This PR includes several changes to enhance the MainLayout and NavMenu components. ## Motivation and Context The motivation behind these changes is to improve the structure, readability, and...

# Description This pull request includes several changes aimed at improving the user interface of the server. It introduces a footer to `MainLayout.razor` displaying copyright information and the current server...

# Description This pull request includes several changes aimed at improving testability, readability, and maintainability of the codebase. It introduces new unit tests for `IO.Swagger.Lib.V3` components, refactors existing code to...

# Description This pull request aims to clean up an excessively messy class by applying common naming strategies, best practices for naming and structure, and removing redundant code. The commit...

Hi maybe this is a new feature request, but I want to add all contributors to a changelog. I would imagine something like `#{{CONTRIBUTORS}}` It should then be usable like...

Hi @mikepenz this is somewhat my idea to solve the feature/issue: https://github.com/mikepenz/release-changelog-builder-action/issues/1337 But I sadly can't make it work yet, as I'm not to familiar with typescript. I hope this...

# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. ##...

# Description Fixed the nullable handling to represent the logic that was present before the .Net8.0 change. Also made sure that no new exceptions are thrown based on the nullable...

bug