Pranav K
59033fed80
Updating release NuGet.config
2015-05-27 18:08:52 -07:00
Pranav K
df9e8c1491
Merge branch 'release' into dev
2015-05-27 18:01:55 -07:00
Pranav K
34223d892c
Adding xunit feed to release
2015-05-27 18:01:44 -07:00
N. Taylor Mullen
6df8bc23f1
Renamed CodeBuilder related classes to CodeGenerator
...
- Now that what used to be CodeGenerators are now ChunkGenerators we can rename the CodeBuilder into its correct structure: a CodeGenerator.
- Moved the TagHelperAttributeValueCodeRenderer from the TagHelpers namespace into the CodeGeneration namespace.
- Went through several classes and remove and sorted usings.
- Updated test files to abide by the new naming convention of Builders => CodeGenerators.
#140
2015-05-27 17:00:41 -07:00
N. Taylor Mullen
5df9b52afe
Renamed and moved several Razor classes for clarity.
...
- Renamed CodeGenerators to ChunkGenerators.
- Updated location of TestFiles from TestFiles/CodeGenerator/CS/{Output|Source} => TestFiles/CodeGenerator/{Output|Source}.
- Removed ChunkTree test; it was a legacy test used to experiment with Razor rendering (not a real test).
- Removed CSharpRazorCodeGenerator; it's now replaced with RazorCodeGenerator. It was an empty class that did nothing.
- Updated ChunkBlock => ParentChunk. Also updated several patterns throughout the code base that referenced these blocks as blocks and not parents.
- Moved Chunks and ChunkGenerators into the Chunks/Chunks.Generators namespace/folder structure. Updated test project to reflect the same.
- Moved CodeBuilders and CodeVisitors to the CodeGeneration/CodeGeneration.Visitors namespace/folder structure. Updated test project to reflect the same.
- Moved several TagHelper assets outside of their own namespaces and into Razors more general structures; such as CodeGeneration and Chunks/Chunks.Generators.
#140
2015-05-27 17:00:25 -07:00
Pranav K
6d6acf0056
Updating to release NuGet.config
2015-05-27 16:56:53 -07:00
ASP.NET Push Bot
0bd310cc73
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: AspNet/kvm@c4da6df0a3
2015-05-27 16:56:49 -07:00
Pranav K
313251a065
Merge branch 'release' into dev
2015-05-27 16:36:14 -07:00
Pranav K
12bf8f28e0
Updating release NuGet.Config
2015-05-27 16:35:43 -07:00
Pranav K
ec8d3167fc
Merge branch 'release' into dev
2015-05-27 16:34:10 -07:00
Pranav K
f8065ab693
Updating to release NuGet.config
2015-05-27 16:34:07 -07:00
Pranav K
15d8905ecc
Merge branch 'release' into dev
2015-05-27 16:33:28 -07:00
Pranav K
48cdaebd71
Updating to release NuGet.config
2015-05-27 16:33:25 -07:00
Pranav K
c86b157ad3
Merge branch 'release' into dev
2015-05-27 16:33:01 -07:00
Pranav K
b7db5b2fbe
Updating to release NuGet.config
2015-05-27 16:32:58 -07:00
Pranav K
8cb6658215
Merge branch 'release' into dev
2015-05-27 16:32:20 -07:00
Pranav K
3418116a9c
Updating to release NuGet.config
2015-05-27 16:32:17 -07:00
Pranav K
c958d01112
Merge branch 'release' into dev
2015-05-27 16:31:59 -07:00
Pranav K
e1ab7a69b4
Updating to release NuGet.config
2015-05-27 16:31:56 -07:00
Pranav K
864ee7f347
Merge branch 'release' into dev
2015-05-27 16:31:39 -07:00
Pranav K
8956f365aa
Updating to release NuGet.config
2015-05-27 16:31:36 -07:00
Pranav K
79b190288e
Merge branch 'release' into dev
2015-05-27 16:30:09 -07:00
Pranav K
36b82b043d
Updating to release NuGet.config
2015-05-27 16:30:06 -07:00
Pranav K
c040f06dd4
Merge branch 'release' into dev
2015-05-27 16:28:12 -07:00
Pranav K
2212bfa6be
Updating to release NuGet.config
2015-05-27 16:28:09 -07:00
Pranav K
328bdfd597
Merge branch 'release' into dev
2015-05-27 16:27:40 -07:00
Pranav K
bd1e7d2667
Updating to release NuGet.config
2015-05-27 16:27:36 -07:00
Pranav K
b33bff1866
Merge branch 'release' into dev
2015-05-27 16:26:48 -07:00
Pranav K
8ff0214b73
Updating to release NuGet.config
2015-05-27 16:26:44 -07:00
Pranav K
cf132e1057
Merge branch 'release' into dev
2015-05-27 16:26:21 -07:00
Pranav K
a5212d0942
Updating to release NuGet.config
2015-05-27 16:26:18 -07:00
Pranav K
6d07af17ec
Merge branch 'release' into dev
2015-05-27 16:24:30 -07:00
Pranav K
cb0cde61aa
Updating to release NuGet.config
2015-05-27 16:24:27 -07:00
Pranav K
5c32d3dab8
Merge branch 'release' into dev
2015-05-27 16:22:56 -07:00
Pranav K
fd07e666e4
Updating to release NuGet.config
2015-05-27 16:22:53 -07:00
Pranav K
40dcd0a6cc
Merge branch 'release' into dev
2015-05-27 16:13:39 -07:00
Pranav K
9cd9b6a48d
Updating to release NuGet.config
2015-05-27 16:13:36 -07:00
Pranav K
3673ea6e83
Merge branch 'release' into dev
2015-05-27 16:07:55 -07:00
Pranav K
7bedbdfbab
Updating to release NuGet.config
2015-05-27 16:07:51 -07:00
Pranav K
9aa703a59e
Merge branch 'release' into dev
2015-05-27 16:02:26 -07:00
Pranav K
eeff9da879
Updating to release NuGet.config
2015-05-27 16:01:44 -07:00
Wei Wang
19333dc2dc
Update dnvm scripts
2015-05-27 11:27:46 -07:00
Kiran Challa
f2d9594799
Fix build break
2015-05-26 15:42:51 -07:00
Kiran Challa
116593f091
Fixed test
2015-05-26 15:22:36 -07:00
Kiran Challa
146cf8e095
Fixed test
2015-05-26 15:18:21 -07:00
Kiran Challa
33cc8b06c9
React to Security change where instead of 401 Unauthorized, 403 Forbidden is going to be returned for authenticated users when trying to access unauthorized resource.
2015-05-26 14:54:55 -07:00
Arthur Vickers
8a8332f9f1
React to DbContextOptions name change
2015-05-26 11:37:08 -07:00
Arthur Vickers
760be0c77c
React to DbContextOptions name change
2015-05-26 11:34:48 -07:00
ASP.NET Push Bot
d7215043a2
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: AspNet/kvm@47ac353e36
2015-05-26 11:19:00 -07:00
ASP.NET Push Bot
85164e724b
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: AspNet/kvm@73a4914c1f
2015-05-25 16:00:17 -07:00