Skip to content

V5 docs using sql provider sql server ssdt #341

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

Merged
merged 11 commits into from
Jan 3, 2024

Conversation

OutOfScopeia
Copy link
Contributor

@OutOfScopeia OutOfScopeia commented Dec 22, 2023

Updates to the 'use SQL provider' recipe.

  • Updates to code snippets (tasks given where asyncs were expected)
  • Update instructions to add NuGet packages from FAKEless style to FAKEful-style
  • updating screenshots for the recipe
  • Make project build with the NuGet packages it adds
  • Make sure SQL connection string in a snippet ("Data Source=.\SQLEXPRESS;Initial Catalog=SafeTodo;Integrated Security=SSPI;) is tested for both scenarios (Local SQL Express and Docker SQL) and put in note of any differences if need be.
    • changed to assume we use docker

@Larocceau
Copy link
Contributor

There seems to be something wrong in the dependencies of one of the packages, which then fails at build because "Microsoft.Data.SqlClient" Version="5.0.0" is missing.

hacky workround is adding it directly as a dependency of server.:

  <ItemGroup>
      <PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.0" />
  </ItemGroup>

@Larocceau Larocceau marked this pull request as ready for review January 3, 2024 13:04
@Larocceau Larocceau requested review from Larocceau and martinbryant and removed request for Larocceau January 3, 2024 13:05
Co-authored-by: Prash <theprash@gmail.com>
@theprash theprash merged commit cd37e91 into master Jan 3, 2024
@theprash theprash deleted the v5-docs-using-sql-provider-sql-server-ssdt branch January 3, 2024 16:24
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.

3 participants