
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
[Out of date] Thank you for using Platz.
Installation process.
Install PlatzServerSide nuget package to your Blazor Server App project
Important: You should see folders [Platz.Example.Link] and [Platz.Config.Link] in your project with code samples, configs and scripts
Modify your project startup.cs file add [using Pc.Platform;] and add code to ConfigureServices method: services.AddServerSidePlatz(); services.AddPlatzApplicationParts("Pc."); // if you want to use examples from Platz.Example.Link without changing namespace services.AddPlatzApplicationParts("BlazorApp1"); // put root namespace of your project instead of BlazorApp1
Important: Change "BlazorApp1" to your root namespace (project name). Also don't forget to add [using Pc.Platform;]
Modify _Imports.razor and add references: @using MatBlazor @using Pc.Platz.Rendering.Components
Modify _Host.cshtml and add to tag before your css link
For SqlExpress Local DB Run:
5.1 Copy configuration sections from [Platz.Config.Link\appsettings.localdb.json] to your project appsettings.json 5.2 Run Windows Command Prompt and execute commands from [Platz.Config.Link\localdb.cmd] to create required sql objects
File [Platz.Example.Link\SampleFlow1.cs] contains a sample flow with model, form and rule
Modify [Pages\Counter.razor] file adding razor tag:
More configuration options:
8.1 Copy configuration sections from [Platz.Config.Link\appsettings.mssql.json] to your project appsettings.json, modify connection strings pointing it to your sql database 8.2 Run sql script [Platz.Config.Link\SqlServerScripts.sql] in your sql database to create required sql objects
If you want to use Postgres Sql flow storage configuration install Platz.Postgres nuget package
If you want to use CosmosDB flow storage configuration install Platz.Cosmos nuget package
FAQs
Unknown package
We found that platz demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.