DataTier.Net 4.2.3 #40
DataJuggler
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
4.2.3 I updated the SQL Database Editor Control to also have an Include Encrypt checkbox and a combo box for True False values for Encrypt. For .NET Core projects, leave this checked. I also changed the project editor to attempt to install the Nuget packages twice before failing, or 30 seconds now instead of the 15 it was.
4.2.2
The biggest feature of this release is Connection String Builder (located in the tools folder of this project), has been updated to handle Encrypt=False; (or Encrypt=True if needed) to work with Microsoft.Data.SqlClient 4.0+ as Microsoft now expects all databases to be encrypted or have this value in the connection string else the connection will fail.
4.2.1 fixed the need to run DataTier.Net as an administrator to install your environment variable for your connection string, as it now uses a User level Environment Variable.
Please report any issues with this release.
Troubleshooting: The only known issue is sometimes creating a project via Nuget does not work. If you have a problem creating Nuget packages by clicking Create Data Tier In Project Folder, try running via Visual Studio 2019 or running the release version as an Administrator might help. If it fails, trying again sometimes solves it.
You can also install the templates manually in a Package Manage Console Window (Tools - Nuget Package Manager - Package Manager Console).
.NET 7
Install DataTierNet7.ProjectTemplates
Create a new project
Navigate to your project folder and run
.NET 6
Install DataTierNet6.ProjectTemplates
Create a new project
Navigate to your project folder and run
.NET 5
Install DataTierNet5.ProjectTemplates
Create a new project
Navigate to your project folder and run
This discussion was created from the release DataTier.Net 4.2.3.
Beta Was this translation helpful? Give feedback.
All reactions