-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.fastiot.yaml
More file actions
41 lines (41 loc) · 1.35 KB
/
Copy pathtemplate.fastiot.yaml
File metadata and controls
41 lines (41 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#YAML
#Base Entity
id: dotnet-console-runtime-info # unique
version: "0.3"
releaseDate: "2023-07-09" # YYYY-MM-DD
author: DevDotNet.ORG
emailAuthor: fastiot@devdotnet.org
license: MIT
label: .NET Console Application Runtime Info
detail: Creates a console application with output runtime information
description: >
The application displays information about the OS, .NET version, environment variables.
The application is compiled on the PC.
forVersionExt: 0.4.1
platform: # win32, linux. Only Windows is currently supported
- win32
endDeviceArchitecture: # armv6l, armv7l, aarch64, riscv64, x86_64
- armv7l
- aarch64
- x86_64
dependOnPackages: # Coming in one of the next version
- dotnetruntime-%{dotnetTarget}
- vsdbg
tags:
- console
- dotnet
- runtime
- environment
- info
#Template
language: C#
typeProj: dotnet # template type is related to processing logic
projName: DotnetConsoleAppRuntimeInfo # default value shown to the user
mainFileProj: dotnetapp.csproj # relative path to the project file as in Linux i.e. folder1/dotnetapp.csproj or dotnetapp.csproj
mainFileProjLabel: Visual Studio C# Project
filesToProcess:
- dotnetapp.csproj # relative path to the file as in Linux
- Program.cs
fileNameReplacement:
- dotnetapp.csproj=%{project.name}.csproj # relative path to the file as in Linux
- .gitignore_=.gitignore