Tags: axuno/TournamentCalendar
Tags
Update NuGet package references (#109) - `SD.LLBLGen.Pro.ORMSupportClasses` and `SD.LLBLGen.Pro.DQE.SqlServer` upgraded to `5.12.1`. - `Microsoft.NET.Test.Sdk` updated to `17.14.1`. - `Microsoft.AspNetCore.Mvc.Testing` and `System.Text.Json` updated to `8.0.17` and `9.0.6`, respectively. - `cloudscribe.Web.Navigation` upgraded to `8.1.0`. - `Microsoft.Data.SqlClient` updated to `6.0.2`. - `NLog.Web.AspNetCore` and `Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation` updated to `5.5.0` and `8.0.17`, respectively. - `System.Security.Cryptography.Xml`, `Microsoft.Extensions.Logging`, and `Microsoft.Extensions.Logging.Abstractions` updated to `9.0.6`.
Production:: fix issue with sql server SSL certificate (#100) * Production:: fix issue with sqlserver SSL certificate Add `TrustServerCertificate=true` to connection string for MSSQL2022 SqlException: A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The target principal name is incorrect.) * Bump version to v4.3.6
Switch to Microsoft.Data.SqlClient for database operations (#99) - Updated ClientAbortMiddleware to handle Microsoft.Data.SqlClient.SqlException. - Added Microsoft.Data.SqlClient package reference to TournamentCalendar.csproj. - Changed database provider factory in WebAppStartup to Microsoft.Data.SqlClient.SqlClientFactory.
Update nuget packages, bump version to 4.3.4 (#96) * cloudscribe.Web.Navigation 6.0.4 => 8.0.0 * NLog.Web.AspNetCore 5.3.11 => 5.3.14 * Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation 8.0.7 => 8.0.8 * Microsoft.VisualStudio.Web.CodeGeneration.Design 8.0.3 => 8.0.5
Refactor data table InfoService to reflect previously retired fields (#… …94) * Refactor data table InfoService to reflect previously retired fields * Create new DAL targeting NET8.0 * Remove retired fields from data table InfoService * Remove deleted entity properties from controllers and views * Bump version to v4.3.3
PreviousNext