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

cloudscribe VSIX template and nugets released for .NET 6 #16

Open
CrispinF opened this issue Apr 25, 2022 · 0 comments
Open

cloudscribe VSIX template and nugets released for .NET 6 #16

CrispinF opened this issue Apr 25, 2022 · 0 comments

Comments

@CrispinF
Copy link

New Visual Studio template for .NET 6.0 with Bootstrap 5 views published here https://marketplace.visualstudio.com/items?itemName=joeaudette.cloudscribeProjectTemplate

For guidance on using the template please see https://www.cloudscribe.com/introduction

This template is for Visual Studio 2022.

See https://docs.microsoft.com/en-us/dotnet/core/whats-new/dotnet-6 for information about what's new in .NET 6.

There is one key potential breaking change to be aware of: if you are targeting PostgreSql database, please note that changes to the Npgsql Entity Framework Core Provider at version 6.0 now mean that the recommended way of handling Timestamp values is to migrate any "timestamp without time zone" columns to "timestamp with time zone", and always use either DateTime with Kind=Utc or DateTimeOffset with offset 0. See details here: https://www.npgsql.org/efcore/release-notes/6.0.html?tabs=annotations

This release of cloudscribe implements the above migration on some key columns in the database (e.g. the cs_user table, and SimpleContent cs_page and cs_post) but you should be aware of the potential for timezone offset bugs in any similar columns of your own. We would recommend that you take a backup of your existing application database before applying this major version upgrade.

If you would like to use the .NET Core 3.1 template, or the .NET 5.0 templates, these can be downloaded here https://github.com/cloudscribe/cloudscribe.templates/blob/master/Archive/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant