You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
# GeneXus Standard Classes for .NET and .NET Core
2
-
GeneXus Standard Classes for .NET and .NET Core generators.
1
+
# GeneXus Standard Classes for .NET and .NET Framework
2
+
GeneXus Standard Classes for .NET and .NET Framework generators.
3
3
4
4
## Build status
5
5
| Branch | Status
@@ -11,7 +11,7 @@ GeneXus Standard Classes for .NET and .NET Core generators.
11
11
12
12
| Name | Description | Package Id
13
13
|---|---|---
14
-
| GxEncrypt | Classes common to .NET and .NET Core related to encryption based on Twofish algorithm | GeneXus.Encrypt
14
+
| GxEncrypt | Classes common to .NET and .NET Framework related to encryption based on Twofish algorithm | GeneXus.Encrypt
15
15
| GxEncryptCMD | Command line tool that allows encryption and decryption of data. [Help](https://wiki.genexus.com/commwiki/servlet/wiki?45615) | GeneXus.EncryptCMD
16
16
| GxCryptography | Provide classes that support CryptoAsymmetricEncrypt and GXSymmetricEncryption data type | GeneXus.Cryptography
17
17
| GxCryptographyCommon | Contants and Exceptions classes common to GxCryptography and GxClasses | GeneXus.Cryptography.Common
@@ -41,12 +41,12 @@ GeneXus Standard Classes for .NET and .NET Core generators.
41
41
| GxConfig | Executable utility to update web.config | GeneXus.Config
42
42
| GxDataInitialization | Executable utility to support dynamic transactions initialization at impact process | GeneXus.DataInitialization(\*)
43
43
44
-
(\*) For .NET Core add suffix ".Core" to Package Id
44
+
(\*) For .NET add suffix ".Core" to Package Id
45
45
46
-
(\*\*) Package not available for .NET Core
46
+
(\*\*) Package not available for .NET
47
47
48
48
## Repository Layout
49
-
This repository contains projects for .NET and .NET Core. It is organized as follows:
49
+
This repository contains projects for .NET and .NET Framework. It is organized as follows:
50
50
51
51
```
52
52
.
@@ -55,8 +55,8 @@ This repository contains projects for .NET and .NET Core. It is organized as fol
55
55
├── dotnet/
56
56
├── src/
57
57
├── dotnetcommon/ (Shared projects that build for both TargetFrameworks: dotnet and dotnetcore)
58
-
├── dotnetcore/ (.NET Core projects, several of these projects link sources from dotnetframework)
59
-
└── dotnetframework/ (.NET projects)
58
+
├── dotnetcore/ (.NET projects, several of these projects link sources from dotnetframework)
59
+
└── dotnetframework/ (.NET Framework projects)
60
60
├── Directory.Build.props (default configuration for projects, imported early in the import order)
61
61
├── Directory.Build.targets (configuration for particular projects, imported late in the build order)
62
62
├── DotNetStandardClasses.sln (solution to build all the projects)
@@ -83,10 +83,10 @@ For the following steps must be executed from inside ```dotnet``` directory:
83
83
## How to test your changes with a GeneXus installation?
It compiles the solution and copies all the .NET assemblies to the folder build/gxnet*/bin**. Then, you can copy those files to a GeneXus installation or to your web application directory.
86
+
It compiles the solution and copies all the .NET Framework assemblies to the folder build/gxnet*/bin**. Then, you can copy those files to a GeneXus installation or to your web application directory.
87
87
88
88
You can use the following parameters to customize the deploy:
89
-
- TargetFramework: only the assemblies that are generated for this framework will be deployed. Valid values are: `net462` (for GeneXus C# generator) and `net6` (for GeneXus NetCore generator).
89
+
- TargetFramework: only the assemblies that are generated for this framework will be deployed. Valid values are: `net462` (for GeneXus NET Framework generator) and `net6` (for GeneXus NET generator).
90
90
- DeployDirectory: specifies a GeneXus installation directory.
0 commit comments