-
Notifications
You must be signed in to change notification settings - Fork 2
3.1-rc5 - Update to .NET 8.0 #27
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Updated the target framework from net7.0 to net8.0 in the SocialGuard.Web.csproj file. - Updated the version of Nodsoft.MoltenObsidian.Blazor package from 0.3.16 to 0.5.18. - Updated the version of Nodsoft.MoltenObsidian.Vaults.Http package from 0.3.16 to 0.5.18. - Updated the version of Serilog.AspNetCore package from 6.1.0 to 8.0.0. - Updated the version of Serilog.Extensions.Logging package from 3.1.0 to 8.0.0. These changes ensure compatibility with newer frameworks and libraries, improving overall functionality and performance of the application.
- Added `@rendermode="new InteractiveAutoRenderMode()"` to the `<Router>` component in `App.razor`.
- Updated the rendering of the `FoundIndexNote` component in `Docs.razor` - Added logic to conditionally display index note navigation based on the presence of a non-empty `VaultPath` - Modified the `VaultDisplayOptions` property initialization to include a trailing space for consistency
- Changed the bootstrap color for trustlist levels greater than 3 to "nuclear" - Updated the display string for trustlist levels greater than 3 to "☢️ Nuclear ☢️" - Added keyframes for flashing nuclear color and border - Created mixins for applying the nuclear flashing animation to text and borders
- Updated the target framework of `SocialGuard.Api.DbMigrator.csproj` to `net8.0` - Updated the target framework of `SocialGuard.Api.csproj` to `net8.0` - Updated the target framework of `SocialGuard.Web.Viewer.csproj` to `net8.0` - Updated various package references in all projects to their latest versions
- Updated the Serilog configuration in both appsettings.Development.json and appsettings.json files. - Added "Serilog" section with "Using", "MinimumLevel", "Enrich", and "WriteTo" properties. - Modified the Program.cs file to use the updated Serilog configuration.
- Updated the package references for `Nodsoft.MoltenObsidian.Blazor` and `Nodsoft.MoltenObsidian.Vaults.Http` to version 1.0.4-beta. - Added a new SCSS file `_docs.scss` with styles for code blocks, markdown alerts, and JSON syntax highlighting. - Imported `_docs.scss` in the `site.scss` file under the `article.docs` section. - Added a new SCSS file `json.scss` with styles for JSON syntax highlighting. The changes include updating package references and adding new SCSS files for tags, code styling and JSON syntax highlighting.
Switches project dependencies to .NET 8.0 for improved features and future readiness.
Bumps the .NET SDK version from 7.0.x to 8.0 in build and publish workflows for compatibility with newer runtime features and improvements.
Updates various package versions across multiple projects to enhance stability, security, and feature sets. Includes version bumps for libraries related to database operations, authentication, logging, and frontend tooling.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.