Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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);
```