Files
fission-src/environments/dotnet/.gitignore
T
Klavs Madsen 760e021141 Added basic logging, just a facade for now
Added FissionContext class
Changed name on both class and function for input code to avoid namespace clashes when adding FissionContext
Updated README
Added section on how to develop/debug the code to README, might be obvious for some but not all
Changed code input from static function to method
2017-01-22 15:45:08 +01:00

6 lines
53 B
Plaintext

bin/*
obj/*
out/*
.vscode/*
project.lock*
TODO_dotnet