NORCE.Drilling.Trajectory.WebPages 1.0.2

dotnet add package NORCE.Drilling.Trajectory.WebPages --version 1.0.2
                    
NuGet\Install-Package NORCE.Drilling.Trajectory.WebPages -Version 1.0.2
                    
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="NORCE.Drilling.Trajectory.WebPages" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NORCE.Drilling.Trajectory.WebPages" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="NORCE.Drilling.Trajectory.WebPages" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NORCE.Drilling.Trajectory.WebPages --version 1.0.2
                    
#r "nuget: NORCE.Drilling.Trajectory.WebPages, 1.0.2"
                    
#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.
#:package NORCE.Drilling.Trajectory.WebPages@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NORCE.Drilling.Trajectory.WebPages&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=NORCE.Drilling.Trajectory.WebPages&version=1.0.2
                    
Install as a Cake Tool

NORCE.Drilling.Trajectory.WebPages

NORCE.Drilling.Trajectory.WebPages is a Razor class library that contains the Trajectory UI pages extracted from the main Trajectory web application.

It currently provides:

  • TrajectoryMain
  • TrajectoryEdit
  • TrajectoryInterpolatedMain
  • TrajectoryInterpolationEdit
  • supporting UI components used by those pages

Purpose

This package makes the Trajectory and TrajectoryInterpolation pages reusable from another ASP.NET Core Blazor host application without copying the page source into that host.

Dependencies

The package depends on:

  • NORCE.Drilling.Trajectory.ModelSharedOut
  • MudBlazor
  • Plotly.Blazor
  • OSDC.UnitConversion.DrillingRazorMudComponents

Host Application Requirements

The consuming application is expected to:

  • reference this package
  • configure routing so the assembly containing NORCE.Drilling.Trajectory.WebPages components is discovered
  • provide the required MudBlazor services
  • load the Plotly.Blazor static assets
  • register an ITrajectoryAPIUtils implementation in dependency injection
  • register an ITrajectoryWebPagesConfiguration implementation

Configuration

The pages depend on an injected ITrajectoryAPIUtils service.

The streamlined design is to register:

  • a host-side ITrajectoryWebPagesConfiguration
  • the concrete TrajectoryAPIUtils

ITrajectoryWebPagesConfiguration extends the following host URL interfaces from OSDC.DotnetLibraries.Drilling.WebAppUtils:

  • IFieldHostURL
  • IClusterHostURL
  • IRigHostURL
  • IWellHostURL
  • IWellBoreHostURL
  • IWellBoreArchitectureHostURL
  • ITrajectoryHostURL
  • IUnitConversionHostURL

The host application is responsible for supplying those endpoint values through its configuration object.

Notes

This package contains the UI pages and page-specific support code. It does not by itself provide the service backend.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.2 37 4/16/2026
1.0.1 31 4/16/2026
1.0.0 44 4/16/2026