Commit graph

61 commits

Author SHA1 Message Date
Rodrigo Kumpera c7e1706f94 Dotnet core 3.0 support matrix WRT Fedora (#2479)
.NET Core 2.2 claims support for Fedora 29, which I'd expect to be the true for 3.0 as well.

If that's not true, we should include a disclaimer for such unusual change in the support matrix.
2019-03-26 11:55:23 -07:00
Eric Anderson b12564154b Fix file path for React workaround (#2478) 2019-03-21 18:38:52 +01:00
Lee Coward 0587778a8a Update min windows server version for 3.0 support 2019-03-15 18:27:51 -07:00
Pranav K 2d1d98c83a
Update 3.0.0-preview-known-issues.md 2019-03-11 16:14:33 -07:00
Pranav K 0f76351a82
Fixup runtime compilation markup 2019-03-11 16:11:01 -07:00
Pranav K 7d2c9bedd3
Add workaround for Mvc runtime compilation error 2019-03-11 16:08:26 -07:00
Javier Calvarro Nelson 844d8f33fa
Update 3.0.0-preview-known-issues.md (#2410)
Add react issues and workarounds to the list of known issues.
2019-03-08 23:24:03 +01:00
Ahson Khan 67b2d8f5de
Add API diff between .NET Core 3.0 preview2 and preview3. (#2398) 2019-03-07 19:35:31 -08:00
Justin Kotalik 570b7ddb48
Update 3.0.0-preview-known-issues.md (#2403) 2019-03-07 17:39:57 -08:00
Justin Kotalik d9a5a724ca
Small update to hosting bundle download page (#2402) 2019-03-07 17:31:40 -08:00
Vivek Mishra 5d26094c0d
Removal of 3.0 Preview 3 hosting bundle (#2400)
* Removal of 3.0 Preview 3 hosting bundle

* Removed separator
2019-03-07 14:20:13 -08:00
Vivek Mishra 7fd76d5259 Fixes for 3.0 releases.json 2019-03-07 11:51:54 -08:00
N. Taylor Mullen 996c577973
Add C# identifier to snippet 2019-03-07 10:24:35 -08:00
N. Taylor Mullen a239d345cf
Add a better workaround for referencing 3.0.0 libraries. 2019-03-07 10:24:09 -08:00
N. Taylor Mullen 64ee350e35
Add referencing 3.0.0 project limitations
- Added 3 bullet points to encompass 1 primary issue. Basically, referencing any MVC 3.0 library doesn't work as intended. Called out specific use cases of each failure to make the known issues list easier to navigate.
2019-03-06 17:21:26 -08:00
Javier Calvarro Nelson 831fb82622 Update new issues to include SPA template issues (#2393) 2019-03-06 16:30:27 -08:00
Vivek Mishra b1fe54abc7
Fixed rel notes link 2019-03-06 11:38:38 -08:00
Daniel Roth 1fc06ff78a
Add ASP.NET Core 3.0 Preview 3 release notes content (#2390) 2019-03-06 11:14:19 -08:00
Daniel Roth cf2f1e7034
Add ASP.NET Core known issues for 3.0 Preview3 (#2388) 2019-03-06 11:02:32 -08:00
Vivek Mishra 14a9c21cd6
3.0 Preview 3 release artifacts (#2387) 2019-03-06 10:57:47 -08:00
Regis Bittencourt 85b7db561b Update 3.0.0-preview2-download.md (#2372)
Typo: Missing 'u' in "Linux"
2019-03-04 09:36:17 -08:00
Arthur Rump 501c2f5386 Replace "vsversion" fields with "vs-version" in releases.json files
Regression introduced partially in 17ab027461
2019-02-18 18:37:33 +01:00
Arthur Rump 493d94c9b6 Fix vb-version in 3.0/releases.json 2019-02-18 18:22:32 +01:00
Arthur Rump 53c75b2f57 Make eol-date field consistent between index and releases.json files
In releases-index.json the new convention seems to be to use `null` to
indicate that there is no eol-date set. The individual releases.json
files still used the old convention of indicating this with
an empty string.
2019-02-18 18:21:04 +01:00
Karel Zikmund bbe08ddeca
Update 3.0.0-preview2.md
Fix broken link to blog-post from C# 8

Fixes #2274
2019-01-31 08:35:45 -08:00
Karel Zikmund 00b771ed71
Update 3.0.0-preview2.md
Removing superfluous character `]`
2019-01-31 08:32:35 -08:00
Karel Zikmund 686dedfa18
Fix year 2019-01-31 07:22:10 -08:00
Karel Zikmund ccf89ea7c2
Fix year 2019-01-30 23:19:49 -08:00
Lee Coward a6c8603df2 update cs lang ver for 3.0 preview 2019-01-30 18:31:19 -08:00
Lee Coward a6e376b1c0
Update 3.0.0-preview1-download.md 2019-01-29 12:36:51 -08:00
Lee Coward 2b58db8ae6 add known issues doc stub 2019-01-29 10:56:17 -08:00
Lee Coward 715acda438
Update releases.json 2019-01-29 10:25:19 -08:00
Lee Coward 7dfcbd4df8
Update 3.0.0-preview2.md 2019-01-29 10:24:55 -08:00
Lee Coward 435a487ba6
Update 3.0.0-preview2.md 2019-01-29 10:12:57 -08:00
Lee Coward 5aba7e6e93
Update 3.0.0-preview2.md 2019-01-29 09:53:11 -08:00
Lee Coward 583a227290
Update 3.0.0-preview2.md 2019-01-29 09:52:34 -08:00
Lee Coward 82831c2f61
Update README.md 2019-01-29 09:51:13 -08:00
Lee Coward b34652fd26
Merge pull request #2262 from dotnet/3.0-preview-2
3.0-preview-2 content
2019-01-29 09:46:01 -08:00
Lee Coward 832f8d3468 3.0-preview-2 content 2019-01-29 09:44:04 -08:00
Ahson Khan c8cb26c4ee
Add API diff between .NET Core 3.0 preview1 and preview2. (#2255)
* Add API diff between .NET Core 3.0 preview1 and preview2.

* Generate the API diff using API reviewer to follow the consistent
formatting.

* Only diff ref assemblies that are in-box (M.Netcore.App).
2019-01-28 21:03:59 -08:00
Ahson Khan e6b9c28c28
Add API diff between .NET Core 2.2 and .NET Core 3.0 preview1. (#2256)
* Add API diff between .NET Core 2.2 and .NET Core 3.0 preview1.

* Only compare ref assemblies within M.NetCore.App rather than all impl
assemblies from the repo.

* Remove Microsoft.* namespaces and update heading.
2019-01-28 21:02:57 -08:00
Arthur Rump 0aa6811a34 Merge master and fix merge conflicts
Sdk release 2.1.400 is gone, but I'm not really in the mood to go
through the trouble of adding it again.
2018-12-20 19:05:17 +01:00
Michael Belyaev e0085f4c4b 'Linx' to 'Linux' in 3.0 preview1 download page
Linx → Linux
2018-12-19 09:15:50 -08:00
Vivek Mishra 528e795d8d
Fixes for 3.0 preview 1 rel notes and 2.x supported OS (#2168)
* Fixes for 3.0 preview 1 rel notes and 2.x supported OS
2018-12-18 16:55:51 -08:00
Rich Lander 4316474885
Simplify Lifecycle policy doc (#2157)
* Update os-lifecycle-policy.md

* Update 3.0-supported-os.md

* Update 2.0-supported-os.md

* Update 3.0-supported-os.md

* Update 3.0-supported-os.md
2018-12-18 10:26:34 -08:00
Rich Lander aec79e504a
Update 3.0-supported-os.md (#2153)
* Update 3.0-supported-os.md

* Update 3.0-supported-os.md
2018-12-14 19:24:29 -05:00
Rich Lander 7d74c2724d
Update Alpine to 3.8 (#2152) 2018-12-14 17:17:53 -05:00
Rich Lander 1fdca14e41
Update C# version 2018-12-13 12:37:20 -05:00
Lee Coward f7b070a024
Merge pull request #2141 from dotnet/leecow-json-fixes
fix field inconsistencies and add runtime and sdk versions
2018-12-12 16:05:14 -08:00
Vivek Mishra c62b04ff87
Fixes for 3.0 Preview 1 GS file (#2142)
* Fixes for 3.0 Preview 1 GS file
2018-12-12 14:12:19 -08:00