Eric Erhardt
d98c1f8724
dotnet build raises errors MVC apps target net46.
...
The issue is when the ProjectContextBuilder sees a CompileTimePlaceholder "_._" file on a full framework, it assumes that dependency has to come from the "Reference Assemblies" directory. If it can't be found there, an error is raised. However, there are other reasons "_._" placeholders are created (when a NuGet package doesn't want its dependencies to be exposed in the Compile dependencies of its consumers). And these placeholders can exist for assemblies that aren't in the full framework - in this case System.Diagnostics.FileVersionInfo and others.
To fix this, if the reference can't be resolved from the "Reference Assemblies" folder, it is just skipped. If the compiler really needs that assembly, it will raise an error to the user. Dotnet build shouldn't raise the error.
Fix #2906
2016-05-06 14:32:50 -05:00
Senthil
3b2ea9d14b
Require hotfixes on downlevel OSes
2016-05-05 21:50:22 -07:00
Senthil
d9d8bb2f03
Merge pull request #2898 from schellap/master
...
Prefer servicing for native dll search order
2016-05-05 09:55:14 -07:00
Jan Vorlicek
3df46ec070
Merge pull request #2900 from schellap/fpie
...
Enable stack protect and fpic/fpie for host
2016-05-05 14:24:27 +02:00
Senthil
c99e92a6a8
Prefer servicing for native dll search order
2016-05-05 04:53:50 -07:00
Senthil
1670ffbc3d
Enable stack protect and fpic/fpie for host
2016-05-04 21:11:37 -07:00
Eric Erhardt
c0aeb91d61
Merge pull request #2878 from rrelyea/rrelyea/updateNugetVersions
...
Update version number of Nuget binaries to 3.5.0-beta
2016-05-04 18:04:31 -05:00
Zlatko Knezevic
ca554c9838
Fix the dotnet-new README.md ( #2891 )
...
Remove the `--type` additional options that are not valid.
skip ci please
Fix #2867
2016-05-04 15:43:34 -07:00
Krzysztof Wicher
f0018642a9
Merge pull request #2876 from krwq/install_script_default_install_dir
...
fix default INSTALL_DIR & --dry-run issue in dotnet-install.sh
2016-05-04 15:06:24 -07:00
Eric Erhardt
ece4ae52b2
Merge pull request #2851 from dasMulli/bugfix/schema-upgrade-new-project-template
...
Update dotnet-new templates to new project.json schema
2016-05-04 15:51:17 -05:00
Rob Relyea
804b0eea97
Update version number of Nuget binaries to 3.5.0-beta (now w/o buildnumbers)
2016-05-04 13:14:02 -07:00
Krzysztof Wicher
b18df1c51c
fix default INSTALL_DIR issue in dotnet-install.sh
2016-05-04 11:55:06 -07:00
Peter Marcu
6eea734681
Merge pull request #2868 from dotnet/Petermarcu-patch-1
...
Update README.md
2016-05-04 09:19:24 -07:00
Peter Marcu
effefb9e73
Update README.md
2016-05-04 09:18:09 -07:00
Peter Marcu
b904d51f99
Merge pull request #2837 from dotnet/Petermarcu-Official-Links
...
Add Official Build Links
2016-05-04 09:15:31 -07:00
Eric Erhardt
f1e84bbafa
Merge pull request #2860 from alpaix/rel/1.0.0
...
Update NuGet to 3.5.0-beta-1246
2016-05-04 09:28:59 -05:00
Piotr Puszkiewicz
11a001706f
Merge pull request #2857 from dotnet/brthor/2737
...
fixes #2737
2016-05-03 17:42:29 -07:00
Alex Panov
0d6b3c8482
Update NuGet to 3.5.0-beta-1246
2016-05-03 17:34:46 -07:00
Bryan
7cf36037eb
fixes #2737
2016-05-03 16:19:35 -07:00
Krzysztof Wicher
6b9918bcfe
Merge pull request #2850 from krwq/pr_template
...
add PR template
2016-05-03 16:19:09 -07:00
Piotr Puszkiewicz
3e96a05f9c
Merge pull request #2781 from dotnet/brthor/2760
...
fixes #2760
2016-05-03 15:15:42 -07:00
Piotr Puszkiewicz
99193a3a91
Merge pull request #2724 from adamgorMSFT/adamgor/telemetry-perf-improvements
...
Improving Telemetry performance
2016-05-03 15:14:58 -07:00
dasMulli
d2cedd318f
Added a test to ensure that C# projects created by dotnet-new are built without warnings.
2016-05-03 23:38:09 +02:00
dasMulli
d39a905a5b
Updated dotnet-new templates to new project.json schema.
2016-05-03 23:19:20 +02:00
Piotr Puszkiewicz
69a32cc010
Merge pull request #2653 from dotnet/piotrpMSFT/issue2584/multicoreJIT
...
Piotrp msft/issue2584/multicore jit
2016-05-03 14:15:25 -07:00
Krzysztof Wicher
e77f75b067
add PR template
2016-05-03 14:15:14 -07:00
Sridhar Periyasamy
3b48b6b4e9
Merge pull request #2560 from Sridhar-MS/crossgen-tests
...
Add crossgen tests
2016-05-03 14:09:55 -07:00
Krzysztof Wicher
a289eb1308
Merge pull request #2846 from dotnet/krwq-patch-5
...
Update cli-installation-scenarios.md
2016-05-03 14:03:39 -07:00
Eric Erhardt
58fa6721b8
Merge pull request #2842 from eerhardt/UpdateRoslyn
...
Update Roslyn to 1.3.0-beta1-20160429-01
2016-05-03 15:57:33 -05:00
Piotr Puszkiewicz
a2139324f0
Merge pull request #2822 from dotnet/ajbaaska/default-builtin-fix
...
Fix: builtIn defaults are not used when builtIn is not specified
2016-05-03 13:46:38 -07:00
Piotr Puszkiewicz
04082a87fa
Merge pull request #2839 from dotnet/pakrym/lib-dedup
...
[WIP] Deduplicate libraries
2016-05-03 13:45:25 -07:00
Piotr Puszkiewicz
34a8a5ad11
Merge pull request #2789 from Sridhar-MS/msi-2713
...
Change the host MSI dependency key for correct reference counting.
2016-05-03 13:43:20 -07:00
Piotr Puszkiewicz
db89bd35fc
Merge pull request #2828 from Sridhar-MS/msi-2588
...
Setup the registry keys for CLI bundle detection.
2016-05-03 13:42:47 -07:00
Eric Erhardt
6d698181a0
Add Telemetry Profile environment variable.
...
Also removing unnecessary code in Telemetry.cs.
2016-05-03 15:42:09 -05:00
Krzysztof Wicher
c8c996e12c
Fix comment about PKG dependencies
2016-05-03 13:38:59 -07:00
Bryan Thornbury
25335d20fe
PR Feedback
2016-05-03 13:30:59 -07:00
Eric Erhardt
adbf30c192
Fixing GivenThatWeWantToUseDotnetTestE2EInDesignTimeForMultipleTFms to give separate paths to the TestAssetsManager.CreateTestInstance by passing in a callingMethod name.
2016-05-03 15:09:27 -05:00
PiotrP
333fbbd167
When profile directory does not exist Then skip MCJ
2016-05-03 12:50:12 -07:00
Krzysztof Wicher
b3d67ce461
Update cli-installation-scenarios.md
2016-05-03 12:27:55 -07:00
Sridhar Periyasamy
51b20e89d2
Update xunit references in crossgen.Tests
2016-05-03 11:49:00 -07:00
Piotr Puszkiewicz
9f0dab1a08
PR Feedback
2016-05-03 11:38:55 -07:00
Sridhar Periyasamy
25b1f627c2
Fix 32 bit crossgen tests.
2016-05-03 11:35:17 -07:00
Sridhar Periyasamy
b567bc82c3
Add crossgen tests
...
Simple tests which does static analysis of managed assemblies metadata to
make sure that they are crossgened. Currently it verifies that all the
assemblies in CLI SDK and SharedFx directroty are crossgened.
2016-05-03 11:35:16 -07:00
Bryan
a25e92208e
fixes #2760
...
Verify coreclr absence/presence depending on app type during dotnet build.
2016-05-03 11:34:56 -07:00
Eric Erhardt
ff06227e50
Update Roslyn to 1.3.0-beta1-20160429-01
2016-05-03 13:21:26 -05:00
Adam Gorman
4aa22c3344
Adding copyright header
2016-05-03 11:11:31 -07:00
Adam Gorman
5d548b339a
Misc cleanup
2016-05-03 11:11:31 -07:00
Adam Gorman
42324ab9da
Removing accidental duplicate code
2016-05-03 11:11:31 -07:00
Adam Gorman
702a44efc3
whitespace cleanup
2016-05-03 11:11:31 -07:00
Adam Gorman
2d73e3b535
Fixing inconsistencies that made build impossibe.
2016-05-03 11:11:31 -07:00