Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ignatandrei/RSCG_WaitAndOptions
Wait and See compiling options
https://github.com/ignatandrei/RSCG_WaitAndOptions
Last synced: 2 days ago
JSON representation
Wait and See compiling options
- Host: GitHub
- URL: https://github.com/ignatandrei/RSCG_WaitAndOptions
- Owner: ignatandrei
- License: mit
- Created: 2024-02-23T17:09:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-17T09:21:33.000Z (8 months ago)
- Last Synced: 2024-11-01T19:32:52.833Z (9 days ago)
- Language: C#
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- RSCG_Examples - https://github.com/ignatandrei/RSCG_WaitAndOptions
README
# RSCG_WaitAndOptions
Wait pending compilation and see compiling options
This package is just for demo purposes and it is not intended to be used in production code.
More details at https://ignatandrei.github.io/RSCG_Examples/v2/docs/GoodPractices
# How to use
Add the Nuget package RSCG_WaitAndOptions to your project and use the following code:
```xml
10
```
And then compile the code . You will see in obj/GX the code generated
And you can access by
```csharp
Console.WriteLine(RSCG_Wait.MyGeneratedCode.DateStart);
Console.WriteLine(RSCG_Wait.MyGeneratedCode.SecondsToWait);
Console.WriteLine(RSCG_Wait.MyGeneratedCode.DateEnd);
Console.WriteLine(RSCG_Wait.OptionsFromBuild.build_property_projectdir);
```