AperiodicCode.SourceGenerators.PageRoutes 1.0.0-next.1

This is a prerelease version of AperiodicCode.SourceGenerators.PageRoutes.
dotnet add package AperiodicCode.SourceGenerators.PageRoutes --version 1.0.0-next.1                
NuGet\Install-Package AperiodicCode.SourceGenerators.PageRoutes -Version 1.0.0-next.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AperiodicCode.SourceGenerators.PageRoutes" Version="1.0.0-next.1">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AperiodicCode.SourceGenerators.PageRoutes --version 1.0.0-next.1                
#r "nuget: AperiodicCode.SourceGenerators.PageRoutes, 1.0.0-next.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AperiodicCode.SourceGenerators.PageRoutes as a Cake Addin
#addin nuget:?package=AperiodicCode.SourceGenerators.PageRoutes&version=1.0.0-next.1&prerelease

// Install AperiodicCode.SourceGenerators.PageRoutes as a Cake Tool
#tool nuget:?package=AperiodicCode.SourceGenerators.PageRoutes&version=1.0.0-next.1&prerelease                

AperiodicCode.SourceGenerators.PageRoutes

Automatically generate page routes for Blazor page components.

Example

Input TestPage.razor:

@page "/test"

Output:

public static partial class Pages
{
    public const string Test = "/test";
}
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-next.1 1,926 6/21/2023
0.0.10-dev 97 6/21/2023