piotrp
f382872c41
Adding Readme.md
...
Cleaning up some options
Renaming BuildType to BuildConfiguration
2015-11-18 00:34:09 -08:00
Andy Gocke
b011e7f8a4
Also set publicsign when not on windows
2015-11-18 00:00:31 -08:00
Andy Gocke
869b927350
Upgrade csc ref to latest
...
Provides a few benefits:
1) The new package has the correct dependencies listed, so I removed the
-MissingDependenciesOK flag from the crossgen scripts.
2) The new compiler supports -publicSign (formerly called "OSS sign"),
which I patched through dotnet-compile-csc .
2015-11-17 23:37:39 -08:00
piotrp
42e557408a
Adding to sln
2015-11-17 23:01:48 -08:00
Piotr Puszkiewicz
380eda370c
Merge pull request #209 from dotnet/anurse/202-duplicated-help
...
fix #202 by exiting on invalid option
2015-11-17 22:04:05 -08:00
Bryan
56d4e15040
Adding missing files
2015-11-17 20:39:08 -08:00
Bryan
5db8ae5e6d
Code Review Feedback
2015-11-17 20:39:07 -08:00
Bryan
fd471025dc
Linux CPP Mode Working.
2015-11-17 20:38:59 -08:00
Bryan
1952e6d972
Dotnet compile include project dependencies
2015-11-17 20:38:04 -08:00
Bryan
1576ffeb15
Dotnet compile --native integration with rsp file
2015-11-17 20:38:04 -08:00
Bryan
4141e1ec5b
Pin Dependencies in project.json, fix version of ObjectWriter
2015-11-17 20:38:03 -08:00
Bryan
c32b262eef
ILC Path in settings
2015-11-17 20:36:29 -08:00
Bryan
3c0b0ce73c
Change ILToNative Path to ilcpath
2015-11-17 20:36:29 -08:00
Bryan
17232e836d
Code Review Feedback. Refactor Config Class Name
2015-11-17 20:36:28 -08:00
Bryan
22b3b497e0
Fixes for Windows.
2015-11-17 20:36:27 -08:00
Bryan
da8bd2a6f6
dotnet-compile-native
...
Supports IL to Native compilation on Windows using CPP and RyuJit Code
Generators. Supports RyuJit Code generation on Linux.
2015-11-17 20:36:26 -08:00
Krzysztof Wicher
427101e36c
simplify template project.json
2015-11-17 12:26:14 -08:00
Krzysztof Wicher
872f842522
use reporter and c#6 features
2015-11-17 12:09:10 -08:00
Krzysztof Wicher
5d1c908d49
change Dictionary<string, string> to var
2015-11-17 11:46:47 -08:00
Krzysztof Wicher
b566be5de8
Add dotnet-init
2015-11-17 11:46:46 -08:00
Livar Cunha
1e357a2e03
ResourceWriter requires that AddResource be called at least one before generate. However, when we have an empty resx, AddResource does not get called which causes resgen to crash when ResourceWriter.Generate gets called.
2015-11-17 09:56:35 -08:00
Piotr Puszkiewicz
92857c7298
Merge pull request #197 from blackdwarf/master
...
Add MD files per command and documentation directory
2015-11-16 22:12:17 -08:00
Andrew Stanton-Nurse
8c5a0490b5
remove unnecessary argument on PrintHelp
2015-11-16 20:26:52 -08:00
Zlatko Knezevic
5156afa505
Add MD files per command and documentation directory
...
Add README.md files with the contents of the "man pages" per directory that
implements all or part of the command. This way, we will enable easier
perusal of our repo as well as have an initial set of documentation published.
Add "documentation" directory as well for future work.
2015-11-16 20:11:21 -08:00
PiotrP
e839b4debb
Update Copyright headers in all source files.
2015-11-16 19:47:43 -08:00
David Fowler
98390d50e0
Don't require all dotnet tools to be on the path
...
- Try resolving full path to executable in the local directory first.
2015-11-16 18:21:15 -08:00
Andrew Stanton-Nurse
1dbc62866d
fix #202 by exiting on invalid option
2015-11-16 17:39:03 -08:00
Andrew Stanton-Nurse
4cc15b1246
restructure the output layout
...
also reorganize the scripts folder
2015-11-16 09:44:00 -08:00
David Fowler
df3a5fba7a
First pass at dotnet-pack
...
- Ported nuget package building code over from dnu. Moved that code to use NuGet v3 primitives.
- Simplified the package builder API
- Left out resources and schema detection for now
- This folder should remain self contained as the code will be copied into NuGet v3.
- Missing features include symbols packages
2015-11-15 09:12:48 -08:00
Andrew Stanton-Nurse
9718a4818c
update NuGet.Packaging reference
2015-11-12 10:38:57 -08:00
Andy Gocke
5bfb626799
Upgrade compiler version and fix crossgen
...
The latest compiler nugets have missing dependencies, so
this temporarily turns on -MissingDependenciesOK for crossgen
2015-11-11 16:33:06 -08:00
Charles Stoner
a4164dbf11
Merge pull request #170 from cston/version
...
Update Microsoft.Net.Compilers.netcore version
2015-11-09 12:11:27 -08:00
David Fowler
df8ac0c7ce
Added initial workspace implementation for project.json
2015-11-09 11:37:16 -08:00
Charles Stoner
3b8b7b6cb0
Update Microsoft.Net.CSharp.Interactive.netcore version
2015-11-09 10:27:01 -08:00
David Fowler
215b53c6ab
Added a basic workspace implementation
...
- This is a port of a simple project.json workspace I wrote a while back. It's been updating to use the new APIs (which actually made it much easier to implement).
2015-11-09 00:23:46 -08:00
David Fowler
5711d1764d
Rename strongName: true to useOssSigning
2015-11-09 00:19:39 -08:00
David Fowler
cb471485a9
Change the line number for version conflcits
...
- Use the project.json that caused the conflict
2015-11-08 10:22:09 -08:00
David Fowler
b343d121a3
Show more dependency warnings
...
- Show version conflicts
- Fixed the formatting of version ranges
- Fixed conflicts found in the cli
2015-11-08 09:52:28 -08:00
David Fowler
82f3b22308
Removed extra space
2015-11-08 07:39:23 -08:00
David Fowler
1470ab60d2
Fix dependency issues
...
- Normal behaviors things were being shown as warnings. Cousin dependencies
always get version bumped.
2015-11-08 07:38:42 -08:00
David Fowler
41516f5a37
Fix up some error handling
...
- Don't flood console with compilation errors
if the framework isn't installed.
- Split errors into unspecified reference assembly base path and uninstalled framework.
2015-11-07 23:53:05 -08:00
David Fowler
b334c8f28c
Fixed a few issues with lock file check
...
- Normalize version for comparison
- Change dnu restore to dotnet restore in
error message
2015-11-07 02:24:53 -08:00
David Fowler
8ebc1bf9f5
Fixed argument parsing issues with resources
2015-11-07 01:52:59 -08:00
Charles Stoner
d244b07dc5
Merge pull request #162 from cston/repl
...
Rename 'dotnet interactive' to 'dotnet repl'
2015-11-06 19:31:14 -08:00
Charles Stoner
73ae3e8afb
Rename 'dotnet interactive' to 'dotnet repl'
2015-11-06 19:07:38 -08:00
David Fowler
8eb933d827
Arg typo
2015-11-06 17:30:11 -08:00
David Fowler
5b59b69d70
Only attempt to compile to native if managed passed
2015-11-06 17:29:35 -08:00
Charles Stoner
1ef48cc094
Revert change to 'dotnet run --project' argument
2015-11-06 08:18:36 -08:00
David Fowler
25c35907b8
Copy the "copy to output" files on compile
2015-11-06 06:15:26 -08:00
David Fowler
f1f1db0d8e
Support language version based on schema
2015-11-06 05:53:16 -08:00