UNPKG

@nx-dotnet/core

Version:

- Have an existing nx workspace. For creating this, see [nrwl's documentation](https://nx.dev/latest/angular/getting-started/nx-setup). - .NET SDK is installed, and `dotnet` is available on the path. For help on this, see [Microsoft's documentation](https

8 lines (7 loc) 404 B
import { ExecutorContext } from '@nx/devkit'; import { DotNetClient } from '@nx-dotnet/dotnet'; import { UpdateSwaggerJsonExecutorSchema } from './schema'; export declare const SWAGGER_CLI_TOOL = "Swashbuckle.AspNetCore.Cli"; export default function runExecutor(schema: Partial<UpdateSwaggerJsonExecutorSchema>, context: ExecutorContext, dotnetClient?: DotNetClient): Promise<{ success: boolean; }>;