Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crasher

A simple .NET Core 3.1 console application for testing crash handling.

To produce a crash, simply run the following commands with a .NET Core 3.1.x SDK installed:

> git clone https://github.com/martincostello/Crasher.git
> cd Crasher
> dotnet run

Process is terminating due to StackOverflowException.

>

For portability on other machines, run the following commands:

> git clone https://github.com/martincostello/Crasher.git
> cd Crasher
> dotnet publish

The default runtime identifier is win-x64. To use another RID, use the --runtime flag; for example:

> git clone https://github.com/martincostello/Crasher.git
> cd Crasher
> dotnet publish --runtime linux-x64

Feedback

Any feedback or issues can be added to the issues for this project in GitHub.

Repository

The repository is hosted in GitHub: https://github.com/martincostello/Crasher.git

License

This project is licensed under the Apache 2.0 license.

About

A .NET Core console application for testing crash handling

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages