-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.NullReferenceException: Object reference not set to an instance of an object. #252
Labels
Comments
oleg-shilo
pushed a commit
that referenced
this issue
Sep 2, 2021
…o an instance of an object. (updated API doc)
The documentation is fixed now and will be available with the very next release |
oleg-shilo
pushed a commit
that referenced
this issue
Sep 12, 2021
- Issue #252: System.NullReferenceException: Object reference not set to an instance of an object. (updated API doc)
oleg-shilo
pushed a commit
that referenced
this issue
Nov 4, 2021
- Updated `-speed` and `-code` with the complete support `-ng:*` switches - Added `IEvaluator.IsCachingEnabled`. Ite as always available from the conctrete types implementing `IEvaluator` and now it is moved directly to the interface. - Added `-servers:start` and `-servers:stop` command to control both Roslyn and csc build servers at the same time - CSScriptLib: Native API `CacheEnabled` marked as obsolete - Issue #258: Can not run scripts after installing VS2022 - Issue #257: Ability to catch AppDomain.UnhandledException in a not-hosted script (cscs) - Issue #255: Relative path for cscs.exe -out option results in wrong output folder - Issue #254: Script merger for hosted scripts - Issue #253: Supports both .Net Framework and .Net 5 - Issue #252: System.NullReferenceException: Object reference not set to an instance of an object. (updated API doc) - Added auto-generation of the CLI MD documentation with `-help cli:md`. To be used to generate GitHub wiki page during the build - Fixed Debian packaging problem (`/n/r` needed replacement with `\n`)
oleg-shilo
added a commit
that referenced
this issue
Nov 14, 2021
### Misc - Added auto-generation of the CLI MD documentation with -help cli:md. To be used to generate GitHub wiki page during the build - Fixed Debian packaging problem (/n/r needed replacement with \n) - Issue #253: Supports both .Net Framework and .Net 5 ### CLI - Updated -speed and -code with the complete support -ng:* switches - Added -servers:start and -servers:stop command to control both Roslyn and csc build servers at the same time - Issue #258: Can not run scripts after installing VS2022 - Issue #257: Ability to catch AppDomain.UnhandledException in a not-hosted script (cscs) - Issue #255: Relative path for cscs.exe -out option results in wrong output folder - Issue #254: Script merger for hosted scripts - Issue #252: System.NullReferenceException: Object reference not set to an instance of an object. (updated API doc) ### CSScriptLib - Native API CacheEnabled marked as obsolete - Added IEvaluator.IsCachingEnabled. It is always available from the concrete types implementing IEvaluator and now it is moved directly to the interface.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS: Windows 10
dotnet version: 5.0.400
Step to reproduce: run the sample code.
Output:
The text was updated successfully, but these errors were encountered: