Commit graph

66 commits

Author SHA1 Message Date
David Fowler
ee0d2519e6 Changes to publish
- Added ability to rename a project using the name
entry in project.json. Renaming files doesn't work well when debugging
the pdb can't be loaded.
- Removed the logic that looks at commands on publish. The only
thing that matters is the assembly name.
2015-10-18 00:35:56 -07:00
David Fowler
6bb95c4857 Stop over building
- Added a flag --no-project-dependencies to dotnet-compile to avoid building project
dependencies.
- Made small tweak to LibraryExporter to check for instances rather than names

#63
2015-10-17 23:43:28 -07:00
David Fowler
68d591124e Move TryGetProject into ProjectReader 2015-10-17 22:42:50 -07:00
David Fowler
8d9e66889e Fixed lock file version comparison 2015-10-17 17:10:18 -07:00
David Fowler
9bdf7ca185 Remove fast path for framework assemblies
- DNX had this code before to avoid hitting the disk on startup.
This isn't a big deal if we're just producing outputs. Hopefully
the future we can delete all of this code and have everything come
from packages.
2015-10-17 15:29:10 -07:00
David Fowler
6343d282e9 Shuffling classes around 2015-10-17 08:55:06 -07:00
David Fowler
fa3cf52f10 Move CompilerOptions onto TargetFrameworkInformation 2015-10-17 08:36:22 -07:00
David Fowler
b2ebe529bd Remove IsLoadable from Project 2015-10-17 08:05:35 -07:00
David Fowler
fe3a9d1332 Fixed formatting 2015-10-17 07:50:02 -07:00
David Fowler
f2fdba5887 Removed more code 2015-10-17 07:35:07 -07:00
David Fowler
de116164dd API cleanup
- Removed unneeded code from LibraryManager and ProjectContextBuilder
2015-10-17 07:34:04 -07:00
David Fowler
58de7c4793 Fixed erroneous warning about mismatched dependencies
- Fixed lock files parsing issues
- Did some cleanup as well
2015-10-17 07:20:56 -07:00
David Fowler
357242f7b6 Print dependency diagnostics
- Downgrade lock file validation changes to warning instead of an error
- Don't show dependency information. Once we get log levels it'll be verbose.
The response file can be used to debug things.
2015-10-17 03:49:49 -07:00
David Fowler
55ef859423 Add support for more compilation options
- Added keyFile
- Added delaySign
- Added pdb generation
2015-10-17 03:32:58 -07:00
David Fowler
161c988d0f Disable assembly version warnings
- Since nuget resolves the relevant dependencies there's no need
to warn about binding redirects.

#47
2015-10-17 03:10:39 -07:00
Piotr Puszkiewicz
c43dc6781f Merge pull request #50 from brthor/package_tool
Package Tool
2015-10-17 11:28:42 +02:00
David Fowler
cf5dcc724f Remove native compiltion to increase speed of build 2015-10-17 01:20:45 -07:00
David Fowler
7f452bce7d Fix .NET Framework compilation 2015-10-17 00:04:20 -07:00
David Fowler
adaf7f9be4 Fixed compilation issues with source exports
- Dependencies can have multiple parents. Fix the object model for that.
- Also moved shared file resolution to the right spot
2015-10-16 22:50:44 -07:00
Andrew Stanton-Nurse
25d9b419bc fix stuff fowler broke ;) 2015-10-16 16:55:47 -07:00
David Fowler
a75ea50b61 Bootstrapping works! 2015-10-16 16:25:54 -07:00
Andrew Stanton-Nurse
a5a0441a84 ubuntu packaging 2015-10-16 15:57:59 -07:00
David Fowler
94f5326189 Removed turd 2015-10-16 15:49:06 -07:00
Andrew Stanton-Nurse
1a01bfb931 add mac build 2015-10-16 15:45:19 -07:00
Andrew Stanton-Nurse
1a9a5acb41 check in CoreConsole until there's a working build 2015-10-16 15:45:17 -07:00
David Fowler
2fa96c3f94 Added dnvm2 to bootstrap dotnet sdk 2015-10-16 15:41:41 -07:00
Bryan
2e6223c224 undo gitignore changes 2015-10-16 12:15:25 -07:00
Bryan
7b8b4b10e0 Code review feedback, normalize whitespace to spaces 2015-10-16 12:13:52 -07:00
David Fowler
dade339a33 Remove csc work around on second pass 2015-10-16 04:47:52 -07:00
Andy Gocke
61eeb891ad Use camel case 2015-10-16 04:23:34 -07:00
Andy Gocke
0781d7649a Use csc on coreclr 2015-10-16 04:23:33 -07:00
David Fowler
64f539e100 Fixed a few issues around bootstrapping
- Work aronud coreconsole issue in the bootstrap.cmd
- Use msbuild 14 roslyn csc until we have it
- Remove quoting args when building project refs, it wasn't working
- Fixed logic that launched exe's directly
2015-10-16 04:21:40 -07:00
Bryan
c38ccd8054 fix commented out try catch in config_template_generator 2015-10-15 17:52:51 -07:00
Bryan Thornbury
b8111ba345 test.sh needs sudo 2015-10-15 17:41:50 -07:00
Bryan
efd3abb51e fix test executables 2015-10-15 17:34:15 -07:00
Bryan
c1f036c2e8 fix install root not set 2015-10-15 17:27:58 -07:00
Bryan
9b4cc95312 tweak symlink generation so leading slashes are omitted 2015-10-15 17:03:55 -07:00
Bryan Thornbury
2cf04d37ce adjust file permissions 2015-10-15 16:57:43 -07:00
Bryan
4fa2348a38 fix gitignore of test package layout 2015-10-15 16:38:34 -07:00
Bryan
1bcfb6c287 rename tool 2015-10-15 16:23:44 -07:00
Bryan
6360633df1 package_tool initial commit 2015-10-15 16:16:58 -07:00
Andrew Stanton-Nurse
cbb8414b16 fix sln paths 2015-10-15 15:45:58 -07:00
Andrew Stanton-Nurse
4624544e06 fix TestApp project.json 2015-10-15 15:34:14 -07:00
Andrew Stanton-Nurse
c60cef1e9b refactor to use our JSON parser 2015-10-15 15:09:37 -07:00
Andrew Stanton-Nurse
6d3f07234a code review feedback 2015-10-15 12:56:07 -07:00
Andrew Stanton-Nurse
40eba07f28 add some bootstrap scripting 2015-10-15 12:18:45 -07:00
Andrew Stanton-Nurse
cdd7248a8d cleaning up bootstrap story 2015-10-15 09:41:31 -07:00
Andrew Stanton-Nurse
9da2475e2f port DNX's ApplicationHostContext as ProjectContext 2015-10-14 15:37:39 -07:00
Sridhar Periyasamy
f230c84b9f Merge pull request #37 from Sridhar-MS/ci-defintion
Add .Net CI job definition
2015-10-08 17:30:59 -07:00
Sridhar Periyasamy
82a843fafb Assign execute privilege on build.sh 2015-10-08 16:56:15 -07:00