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

Add missing schema name and remove deprecated packages #170

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

pluciorx
Copy link

@pluciorx pluciorx commented Sep 18, 2024

  • fixes the error where the Schema name is necessary for the tables removing potential dependency on the System.ComponentModel.DataAnnotations.Schema in Dapper.Bulk, allowing to use compatible format eg.
    [Table("routes", Schema = "gtfs")]

  • adds Microsoft.Data.SqlClient instead of System.Data.SqlClient.

  • removes vulnerable and deprecated packages

  • updates the appveor to use MySQL 8

@pluciorx pluciorx marked this pull request as ready for review September 18, 2024 15:42
@pluciorx pluciorx closed this Sep 18, 2024
@pluciorx pluciorx reopened this Sep 18, 2024
@pluciorx pluciorx marked this pull request as draft September 18, 2024 16:56
@pluciorx pluciorx marked this pull request as ready for review September 18, 2024 17:18
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