dotnet / dotnet/dotnet-operator-sdk

[feature]: `--no-build` option for KubeOps.Cli

Open
#1,011 4 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C#
Stars
371
Forks
89
Avg merge
9h 39m
Merged PRs (30d)
26

Description

### Is your feature request related to a problem? Please describe.

When running the automated code generation, the CLI tool shows that it's rebuilding the assembly that has, presumably, already been built. This can be confusing in a build log or for developers wondering why the same assembly is being compiled twice.

### Describe the solution you would like

Add a `--no-build` option to the KubeOps.Cli that possibly allows a specific assembly to be passed in. Or perhaps allow a precompiled assembly to be passed in rather than a .csproj or .sln file. Make this part of the `KubeOps.Operator.targets` default behavior - use the assembly that the compiler just finished creating rather than something separately compiled.

### Additional Context

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.