Skip to content

adamsitnik/ExceptionalExceptions

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

ExceptionalExceptions

Code for my talk http://dotnext-moscow.ru/talks/sitnik/

Caution!

This repository contains examples for both classic .NET and the new .NET Core. More examples are available for classic .NET, due to the fact that some APIs has not been ported to .NET Core yet (Thread.Abort, CERs).

Building

The following elements are required for building the source code:

Running from Visual Studio

  • Set Demo as StartUp Project
  • Choose desired target framework and Run/Debug the app!

click on arrow next to SetUp project name and pick the framework from the list

Running from console

  • .NET Core: dotnet run -c Release -f netcoreapp10
  • .NET 4.5: dotnet run -c Release -f net45

Releases

No releases published

Packages

No packages published

Languages