ToolMatter
Your Apps in Action
Risersoft
Buy
Try
Explore
Documentation
Public
Use this form to visualize ASP.NET vNext project configuration file.
Edit ASP.NET vNext project configuration file
authors The author of the application.
#
Values
Actions
.packInclude
_
publishExclude - [Deprecated] Glob pattern to specify files to exclude from publish output. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]. Use 'publishOptions' instead.
compile - [Deprecated] Glob pattern to specify files to compile. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]. Use 'compile' in 'buildOptions' instead.
compileExclude - [Deprecated] Glob pattern to specify files to exclude from compilation. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]. Use 'compile' in 'buildOptions' instead.
compileFiles - [Deprecated] Files to include in compilation (overrides 'compileExclude'). (data type: string or array). Example: [ "Folder1/File1.ext", "Folder2/File2.ext" ]. Use 'compile' in 'buildOptions' instead.
content - [Deprecated] Glob pattern to specify files to include as content. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]. Use 'publishOptions' to publish or 'copyToOutput' in 'buildOptions' to copy to build output instead.
contentExclude - [Deprecated] Glob pattern to specify files to exclude from the content list. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]. Use 'publishOptions' to publish or 'copyToOutput' in 'buildOptions' to copy to build output instead.
contentFiles - [Deprecated] Files to include as content (overrides 'contentExclude'). (data type: string or array). Example: [ "Folder1/File1.ext", "Folder2/File2.ext" ]. Use 'publishOptions' to publish or 'copyToOutput' in 'buildOptions' to copy to build output instead.
preprocess - Glob pattern to specify files to use for preprocessing. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]
preprocessExclude - Glob pattern to specify files to exclude from use for preprocessing. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]
preprocessFiles - Files to include to use for preprocessing (overrides 'preprocessExclude'). (data type: string or array). Example: [ "Folder1/File1.ext", "Folder2/File2.ext" ]
resource - [Deprecated] Glob pattern to specify files to include as resources. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]. Use 'embed' in 'buildOptions' instead.
resourceExclude - [Deprecated] Glob pattern to specify files to exclude from the resources list. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]. Use 'embed' in 'buildOptions' instead.
resourceFiles - [Deprecated] Files to include as resources (overrides 'resourceExclude'). (data type: string or array). Example: [ "Folder1/File1.ext", "Folder2/File2.ext" ]. Use 'embed' in 'buildOptions' instead.
shared - Glob pattern to specify files to share with dependent projects. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]
sharedExclude - Glob pattern to specify files to exclude from sharing with dependent projects. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]
sharedFiles - Files to include for sharing with dependent projects (overrides 'sharedExclude'). (data type: string or array). Example: [ "Folder1/File1.ext", "Folder2/File2.ext" ]
exclude - [Deprecated] Glob pattern to indicate files to exclude from other glob patterns, in addition to the default patterns specified in 'excludeBuiltIn'. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]. Use 'exclude' within 'compile' or 'embed' instead.
excludeBuiltIn - [Deprecated] Default glob pattern to indicate files to exclude from other glob patterns. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ]. Use 'exclude' within 'compile' or 'embed' instead.
testRunner - The name of the test runner to use with this project
.commands
_
.compilationOptions
_
compilationOptions.warningsAsErrors
No
Yes
compilationOptions.allowUnsafe
No
Yes
compilationOptions.emitEntryPoint
No
Yes
compilationOptions.optimize
No
Yes
compilationOptions.platform
compilationOptions.languageVersion
compilationOptions.keyFile
compilationOptions.delaySign
No
Yes
compilationOptions.publicSign
No
Yes
compilationOptions.debugType
compilationOptions.preserveCompilationContext - Set this option to preserve reference assemblies and other context data to allow for runtime compilation
No
Yes
compilationOptions.outputName
compilationOptions.define define
#
Values
Actions
compilationOptions.nowarn nowarn
#
Values
Actions
.buildOptions
_
buildOptions.warningsAsErrors
No
Yes
buildOptions.allowUnsafe
No
Yes
buildOptions.emitEntryPoint
No
Yes
buildOptions.optimize
No
Yes
buildOptions.platform
buildOptions.languageVersion
buildOptions.keyFile
buildOptions.delaySign
No
Yes
buildOptions.publicSign
No
Yes
buildOptions.debugType
buildOptions.preserveCompilationContext - Set this option to preserve reference assemblies and other context data to allow for runtime compilation.
No
Yes
buildOptions.outputName
buildOptions.compilerName
buildOptions.compile - Defines glob patterns and file path to include for compilation.
buildOptions.define define
#
Values
Actions
buildOptions.nowarn nowarn
#
Values
Actions
.packOptions
_
packOptions.summary - A short description of the package.
packOptions.releaseNotes - A description of the changes made in each release of the package.
packOptions.iconUrl - A URL for the image to use as the icon for the package. This should be a 32x32-pixel .png file that has a transparent background.
packOptions.licenseUrl - A link to the license for the package.
packOptions.requireLicenseAcceptance - A Boolean value that specifies whether the client needs to ensure that the package license (described by licenseUrl) is accepted before the package is installed.
No
Yes
packOptions.tags A space-delimited list of tags and keywords that describe the package.
#
Values
Actions
packOptions.owners List of owners of the package.
#
Values
Actions
.packOptions.repository
_
packOptions.repository.type
packOptions.repository.url
.runtimeOptions
_
.runtimeOptions.configProperties
_
runtimeOptions.configProperties.System.GC.Server - Enables/disables server garbage collection.
No
Yes
runtimeOptions.configProperties.System.GC.Concurrent - Enables/disables concurrent garbage collection.
No
Yes
.configurations
_
.dependencies
_
copyright - Copyright details for the package.
iconUrl - [Deprecated] A URL for the image to use as the icon for the package. This should be a 32x32-pixel .png file that has a transparent background. Use this in 'packOptions' instead.
licenseUrl - [Deprecated] A link to the license for the package. Use this in 'packOptions' instead.
requireLicenseAcceptance - [Deprecated] A Boolean value that specifies whether the client needs to ensure that the package license (described by licenseUrl) is accepted before the package is installed. Use this in 'packOptions' instead.
No
Yes
projectUrl - A URL for the home page of the package.
summary - [Deprecated] A short description of the package. Use this in 'packOptions' instead.
title - The human-friendly title of the package
releaseNotes - [Deprecated] A description of the changes made in each release of the package. Use this in 'packOptions' instead.
language - The locale ID for the package, such as en-us.
description - The description of the project/package.
owners [Deprecated] List of owners of the package. Use this in 'packOptions' instead.
#
Values
Actions
tags [Deprecated] A space-delimited list of tags and keywords that describe the package. Use this in 'packOptions' instead.
#
Values
Actions
.frameworks
_
.namedResource
_
.repository
_
repository.type
repository.url
.scripts
_
scripts.precompile - A command line script or scripts. Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
scripts.postcompile - A command line script or scripts. Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
scripts.prepack - A command line script or scripts. Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
scripts.postpack - A command line script or scripts. Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
scripts.prepublish - A command line script or scripts. Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
scripts.postpublish - A command line script or scripts. Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
scripts.prerestore - A command line script or scripts. Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
scripts.postrestore - A command line script or scripts. Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
scripts.prepare - A command line script or scripts. Available variables: %project:Directory% - The project directory %project:Name% - The project name %project:Version% - The project version
version - The version of the project/package. Examples: 1.2.3, 1.2.3-beta, 1.2.3-*
.tools
_
.runtimes
_
userSecretsId - Specify a unique identifier for the development time user secrets of the project.
Download Json