Skip to content
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

updates vulnerable depencencies, removes some warnigs from CI/CD build #346

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

PTKu
Copy link
Member

@PTKu PTKu commented Dec 3, 2024

This pull request includes several changes to update package references, modify build settings, and clean up attributes in generated POCO files. The most important changes are grouped below by theme.

Package Updates:

  • Added multiple package references in Directory.Packages.props and various .csproj files to include System.Net.Http, System.Text.Encodings.Web, and System.Text.RegularExpressions. [1] [2] [3] [4] [5] [6] [7] [8] [9]

Build Configuration:

  • Added a new NuGet.config file to configure package sources and package source mapping.
  • Updated ProvisionTask in cake/Program.cs to add a list of warnings to ignore in DotNetBuildSettings.

Code Cleanup:

  • Removed various attributes such as [ReadOnce()], [ReadOnly()], [Container], [Group], and [RenderIgnore()] from generated POCO files to simplify the code. [1] [2] [3] [4] [5] [6]

@PTKu PTKu merged commit 29c3a7c into dev Dec 3, 2024
2 checks passed
@PTKu PTKu deleted the update-dependencies branch December 3, 2024 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant