Go to file
N. Taylor Mullen 538c462c05 Enable Helix tests for Microsoft.AspNetCore.Mvc.Razor.Extensions.* projects.
- Enabled Helix for:
    - `Microsoft.AspNetCore.Mvc.Razor.Extensions.Test`
    - `Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test`
    - `Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X.Test`
- These tests depended on our MVC shim project's deps.json's to exist in the test bin directory during publish. Therefore added an additional target copy over those assets at publish time.
- There were some tests that were relying on source positions from a string to match a runtime generated source position. In Helix dll's are built on Windows (string's get compiled with \r\n) and then deployed to potentially non-Windows boxes resulting in mismatches of expectations. To address this I changed the test that had this dependency to dynamically generate the input string.
- Our common language test project used to rely on test files being on disk. At some point in the past those test files started being embedded in the assembly but we maintained directory checking logic to ensure various directories existed on disk (no longe required). Changed the logic to not enforce directories to be on disk (they aren't in Helix) and instead only rely on the embedded TestFiles.

dotnet/aspnetcore#22100
2020-06-17 11:49:49 -07:00
.azure/pipelines Increase timeouts for full matrix runs (#23013) 2020-06-16 14:52:41 -07:00
.config Use randomized ports in dotnet-serve 2020-06-09 19:20:12 -07:00
.github Updating the issue template to get more detailed information (#22410) 2020-06-01 10:40:14 -07:00
.vscode Quarantined flaky RazorSDK tests (#22553) 2020-06-04 22:24:23 +00:00
docs Move EventSource guidance (#23036) 2020-06-17 09:50:05 -07:00
eng [master] Update dependencies from dotnet/runtime (#23040) 2020-06-17 18:46:34 +00:00
src Enable Helix tests for Microsoft.AspNetCore.Mvc.Razor.Extensions.* projects. 2020-06-17 11:49:49 -07:00
.editorconfig
.gitattributes Update .gitattributes to include jQuery files (#20537) 2020-06-17 06:17:29 -07:00
.gitignore
.gitmodules
.vsconfig
CODE-OF-CONDUCT.md
CONTRIBUTING.md
Directory.Build.props Build time changes (#22362) 2020-06-03 07:14:38 -07:00
Directory.Build.targets Keep building packages that are marked packable (#22616) 2020-06-08 10:13:36 -07:00
LICENSE.txt
NuGet.config Remove darc-int feeds 2020-06-09 12:56:30 -07:00
README.md
SECURITY.md
THIRD-PARTY-NOTICES.txt
activate.ps1
activate.sh
build.cmd
build.ps1 Build native assets by default (#22611) 2020-06-08 12:39:10 -07:00
build.sh Avoid changing global state in CI runs II (#21643) 2020-05-22 13:56:47 -07:00
clean.cmd
clean.ps1
clean.sh
dockerbuild.sh
global.json Update dependencies from https://github.com/dotnet/arcade build 20200609.1 (#22949) 2020-06-15 13:08:53 +00:00
restore.cmd
restore.sh
startvs.cmd

README.md

ASP.NET Core

ASP.NET Core is an open-source and cross-platform framework for building modern cloud based internet connected applications, such as web apps, IoT apps and mobile backends. ASP.NET Core apps run on .NET Core, a free, cross-platform and open-source application runtime. It was architected to provide an optimized development framework for apps that are deployed to the cloud or run on-premises. It consists of modular components with minimal overhead, so you retain flexibility while constructing your solutions. You can develop and run your ASP.NET Core apps cross-platform on Windows, Mac and Linux. Learn more about ASP.NET Core.

Get Started

Follow the Getting Started instructions in the ASP.NET Core docs.

Also check out the .NET Homepage for released versions of .NET, getting started guides, and learning resources.

See the Issue Management Policies document for more information on how we handle incoming issues.

How to Engage, Contribute, and Give Feedback

Some of the best ways to contribute are to try things out, file issues, join in design conversations, and make pull-requests.

Reporting security issues and bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

These are some other repos for related projects:

Code of conduct

See CODE-OF-CONDUCT