Граф коммитов

71 Коммитов

Автор SHA1 Сообщение Дата
Nate McMaster 794567b946
automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:38 -07:00
Pranav K 53ad62a3fa Remove Precompilation_WorksForViewsUsingDirectoryTraversal 2018-08-07 12:39:46 -07:00
Pranav K e094d2579e
Suppress obsolete warnings 2018-07-31 11:06:30 -07:00
Pranav K 3ef5a9048d
Update deps 2018-05-30 16:26:50 -07:00
Pranav K 488fff41a7
Deploy tests the same way we do for RazorSdk
Remove tests marked previously skipped
2018-05-30 16:26:15 -07:00
Pranav K 94e0ecca73 Compiling a 2.1.0 project targeting desktop with a reference to the ViewCompilation package produces a warning about mismatch in architectures
Fixes #270
2018-05-24 16:19:26 -07:00
Ryan Brandenburg b92de7d051 Upgrade to netcoreapp22 2018-05-08 15:14:54 -07:00
Pranav K befde0fe71 Use the Razor.Sdk package
Fixes #263
2018-04-17 09:25:02 -07:00
Pranav K 1338f447fa Remove test that attempted to build a ClassLibrary using precompilation
Fixes #251
2018-03-26 14:09:01 -07:00
Pranav K 3ce839cb26 Update to latest Sdk
* Re-enable skipped Publish_UsesRazorSDK
* Clean up project files

Fixes #241
2018-02-23 18:34:32 -08:00
Ryan Nowak e64954c9c7 Undo compatibility error messages
We're going another way with Razor SDK interop. The Web SDK
will make a choice whether to enable MvcPrecompilation or RazorSDK, and
the Razor SDK will support all of the settings from MvcPrecompilation.
2018-01-22 15:50:31 -08:00
Ryan Nowak 3a0fa2de36 Update to handle changes from Web SDK
The Web SDK is adding new properties that will make it clear whether
MvcPrecompilation or Razor SDK should be used. This change introduces
the new setting and a workaround until we can get the new SDK
integrated.
2018-01-18 19:28:11 -08:00
Ryan Nowak 2c5641829f Add support and tests for Razor SDK interop 2018-01-17 08:37:27 -08:00
Ryan Nowak d686acad87 Avoid use of AssemblyQualifiedName in tests
The type name generated by Razor is an implementation detail and
shouldn't be used in tests outside of the Razor repo. Testing that the
assembly name is correct should be enough to validate what we need for
these tests.
2018-01-13 18:24:50 -08:00
Pranav K 7f1a987ada Update samples and tests to target netcoreapp2.1 2017-11-15 16:30:29 -08:00
Pranav K 36674b5d24 Fix failing tests
* Specify RIDs for SimpleApp
* Default to the RID \ PlatformTarget that the SDK chooses (viz win7-x86 for .NET Framework)
* Default Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.csproj to win7-x86 and remove extraneous project
  under the tools directory to simplify the build.
2017-11-07 17:33:39 -08:00
Nate McMaster 976ddc2ef8 Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 18:05:30 -07:00
Nate McMaster 28172a3a3e Use PackageLineup to manage PackageReference versions 2017-08-29 14:50:54 -07:00
Nate McMaster 54a5b4734f Use Directory.Build.props/targets 2017-08-29 14:17:25 -07:00
Hao Kung 55d7cd2286 React to defaults 2017-07-07 14:00:32 -07:00
Pranav K 922c120762 React to https://github.com/aspnet/Mvc/issues/6009 2017-07-05 15:35:11 -07:00
Hao Kung 2a57171ea8 Use new auth API 2017-07-03 11:54:17 -07:00
Pranav K b625ffcad6 Remove SimpleAppDesktopOnly 2017-06-30 15:14:26 -07:00
Pranav K d801bdc271 Reacting to https://github.com/aspnet/Mvc/issues/6462 2017-06-30 15:00:39 -07:00
Pranav K cd91ab986c Cleanup tests to perform fewer deployments (#154)
* Cleanup tests to perform fewer deployments
2017-06-22 13:12:24 -07:00
Pranav K ebf207cea4 Avoid running the precompilation tool as part of building ClassLibraryWithPrecompiledViews
Fixes #117
2017-06-19 12:04:30 -07:00
Nate McMaster c821301b39 React to Razor changing target frameworks 2017-06-08 16:14:17 -07:00
Nate McMaster 0362488242 Lift sample test app to .NET Standard 2.0 2017-06-06 16:10:40 -07:00
N. Taylor Mullen fa8accfa59 Revert "Skip desktop testing to work around corefx issue."
This reverts commit 27c6ad410e.
2017-06-06 15:55:50 -07:00
N. Taylor Mullen bde6a8f20f Unblock cross-plat builds.
- For some reason the common-testapps.props being at the top enables this repo to build cross-plat. Will investigate once we re-enable desktop testing.
2017-06-01 10:29:51 -07:00
N. Taylor Mullen 4a308f1e9d Make SimpleAppDesktopOnly look like other testapp projects. 2017-05-31 09:55:43 -07:00
N. Taylor Mullen 27c6ad410e Skip desktop testing to work around corefx issue.
#128
2017-05-30 22:41:06 -07:00
N. Taylor Mullen 6e88ea9429 Add support for pre-compiling desktop applications.
#128
2017-05-30 22:41:06 -07:00
N. Taylor Mullen 8c822a8e77 Move away from `Assembly.Load` to Assembly.LoadFile
- Fixes build break.
2017-05-26 12:18:49 -07:00
Pranav K ab64769c59 Fix compilation failure 2017-05-25 10:18:59 -07:00
Ryan Nowak 22b9d7647e React to rename of Page() -> View() 2017-04-27 11:15:33 -07:00
Hao Kung d938fef626 MvcPrecompilation => Auth 2.0 2017-04-19 17:05:54 -07:00
Pranav K 7f4aa60a45 Add support for precompiling RazorPages 2017-04-19 11:27:56 -07:00
Kiran Challa cc1b5f4d5b Converted test projects to run on netcoreapp2.0 2017-04-13 11:11:27 -07:00
Nate McMaster de201a544f Unify dependencies versions to one file and remove workarounds 2017-03-15 16:39:35 -07:00
Pranav K 7d7ecf3a1b Make precompilation tests use project reference instead of package reference
Fixes #95
2017-03-13 11:05:25 -07:00
Pranav K 1026198b9b Remove net451 targets 2017-02-21 21:50:41 -08:00
Roderic Bos 3c14472bf2 Updated common.targets to use AssemblyName instead of MSBuildProjectName so renaming output assembly from csproj works
Fixes https://github.com/aspnet/Mvc/issues/5780
2017-02-16 14:56:28 -08:00
Nate McMaster ed28b1671b Remove redundant configurations and csproj attribute 2017-02-09 13:44:15 -08:00
Pranav K a731e373b9 Merge branch 'rel/1.1.0' into dev 2017-02-01 18:19:21 -08:00
Pranav K 2276c9eafe Include file names as part of printing Razor parse errors
Fixes #67
2017-01-27 12:32:32 -08:00
Pranav K 8f085c8e5d Create an x86 process to target 32-bit applications
Fixes #47
2017-01-25 17:46:26 -08:00
Pranav K 32cd737b62 Update to VS RC3 2017-01-24 14:17:53 -08:00
Pranav K 4420390f73 Precompilation does not work for applications using relative path
Adds tests for #27, #33
2017-01-23 11:38:48 -08:00
Pranav K 501540c76e Use the list of Content files specified in the project as a source
Fixes #59
2017-01-23 11:38:48 -08:00