![]() |
VOOZH | about |
dotnet add package GiantCroissant.Lunar.Build.CoreAbstractions --version 0.1.1-ci.113
NuGet\Install-Package GiantCroissant.Lunar.Build.CoreAbstractions -Version 0.1.1-ci.113
<PackageReference Include="GiantCroissant.Lunar.Build.CoreAbstractions" Version="0.1.1-ci.113" />
<PackageVersion Include="GiantCroissant.Lunar.Build.CoreAbstractions" Version="0.1.1-ci.113" />Directory.Packages.props
<PackageReference Include="GiantCroissant.Lunar.Build.CoreAbstractions" />Project file
paket add GiantCroissant.Lunar.Build.CoreAbstractions --version 0.1.1-ci.113
#r "nuget: GiantCroissant.Lunar.Build.CoreAbstractions, 0.1.1-ci.113"
#:package GiantCroissant.Lunar.Build.CoreAbstractions@0.1.1-ci.113
#addin nuget:?package=GiantCroissant.Lunar.Build.CoreAbstractions&version=0.1.1-ci.113&prereleaseInstall as a Cake Addin
#tool nuget:?package=GiantCroissant.Lunar.Build.CoreAbstractions&version=0.1.1-ci.113&prereleaseInstall as a Cake Tool
Implementation Status: 🔄 IN PROGRESS (Week 1 of 4)
Current Phase: Phase 1.1 - IBuildContext abstraction
This component implements the core abstractions and service layer for the advanced build system, providing:
Provides unified access to build environment, configuration, and services:
Represents executable build operations with:
Orchestrates task execution with:
This implementation maintains 100% backward compatibility with RFC018 components while providing enhanced capabilities:
// Build context setup
var context = BuildContextFactory.Create(environment, configuration, services);
// Task definition
var compileTask = new CompileBuildTask("compile-components", dependencies: new[] { "restore-packages" });
var testTask = new TestBuildTask("run-tests", dependencies: new[] { "compile-components" });
// Pipeline execution
var pipeline = new BuildPipeline("main-build", tasks: new[] { compileTask, testTask });
var result = await pipeline.ExecuteAsync(context);
Status: Ready for Phase 1.1 implementation - IBuildContext abstraction
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 3 NuGet packages that depend on GiantCroissant.Lunar.Build.CoreAbstractions:
| Package | Downloads |
|---|---|
|
GiantCroissant.Lunar.Build
Meta-package that depends on the Lunar Build component packages for one-line install. |
|
|
GiantCroissant.Lunar.Build.Configuration
RFC029: Massively simplified NUKE-native configuration interfaces. Replaces 500+ lines of over-engineered ComponentDiscoveryService infrastructure with simple NUKE interface composition. |
|
|
GiantCroissant.Lunar.Build.Documentation
Documentation build component for Lunar Build (DocFX + Docusaurus integration) |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.1-ci.113 | 188 | 10/7/2025 |
| 0.1.1-ci.112 | 178 | 10/7/2025 |
| 0.1.1-ci.111 | 266 | 9/15/2025 |
| 0.1.1-ci.110 | 252 | 9/15/2025 |
| 0.1.1-ci.109 | 248 | 9/15/2025 |
| 0.1.1-ci.108 | 257 | 9/15/2025 |
| 0.1.1-ci.107 | 251 | 9/15/2025 |
| 0.1.1-ci.104 | 222 | 9/15/2025 |
| 0.1.1-ci.90 | 181 | 9/8/2025 |
| 0.1.1-ci.40 | 162 | 9/6/2025 |
| 0.1.1-ci.21 | 202 | 9/4/2025 |
| 0.1.1-ci.20 | 197 | 9/3/2025 |
| 0.1.1-chore-ci-pack-mobile-... | 72 | 9/4/2025 |