Steve Sanderson
|
d1f96153d3
|
Implement basics of @onclick()-type shorthand syntax
|
2018-01-16 18:01:06 +00:00 |
Steve Sanderson
|
946e25462e
|
In RazorCompiler, support @using statements
|
2018-01-16 17:17:22 +00:00 |
Steve Sanderson
|
7cd5228b7f
|
In RazorCompiler, support attributes whose values are C# code blocks (treated as event handlers)
|
2018-01-16 16:58:47 +00:00 |
Steve Sanderson
|
3a7b6b2178
|
In Razor compiler, support attributes with interpolated expressions
|
2018-01-16 15:24:34 +00:00 |
Steve Sanderson
|
b690aeee28
|
In RazorCompiler, support attributes with C# expression values
|
2018-01-16 13:15:13 +00:00 |
Steve Sanderson
|
80b371c647
|
In RazorCompiler, support string-valued attributes
|
2018-01-16 12:23:12 +00:00 |
Steve Sanderson
|
1c1fd69bf2
|
In RazorCompiler, support self-closing and void elements
|
2018-01-16 11:50:40 +00:00 |
Steve Sanderson
|
a64ece0319
|
In RazorCompiler, support HTML elements
|
2018-01-16 11:36:55 +00:00 |
Steve Sanderson
|
75b083911c
|
Add AngleSharp with temporary InternalsVisibleTo
|
2018-01-16 11:11:49 +00:00 |
Steve Sanderson
|
604aa14518
|
Use Razor component in StandaloneApp sample
|
2018-01-15 23:11:54 +00:00 |
Steve Sanderson
|
7e40427ffe
|
Razor compilation: Support text literals and C# code
|
2018-01-15 23:11:48 +00:00 |
Steve Sanderson
|
3ccdc1d16f
|
Begin integrating with real Razor compiler
|
2018-01-14 16:37:01 +00:00 |
Steve Sanderson
|
a03cb48c7a
|
When compiling Razor components, take base namespace from host project
|
2018-01-14 14:40:57 +00:00 |
Steve Sanderson
|
a32b857d96
|
When compiling Razor files, generate namespace based on directory path
|
2018-01-14 14:35:13 +00:00 |
Steve Sanderson
|
654c16fb44
|
Begin unit tests for RazorCompiler
|
2018-01-12 15:08:10 +00:00 |
Steve Sanderson
|
5b3f05bdc1
|
Begin emitting C# classes for Razor components
|
2018-01-11 11:51:27 +00:00 |
Steve Sanderson
|
8d4491d4b8
|
Begin Razor build command
|
2018-01-11 10:31:49 +00:00 |
Steve Sanderson
|
863826ab9d
|
Begin on compilation infrastructure for Razor components
|
2018-01-10 16:34:37 +00:00 |
Steve Sanderson
|
dfd6c4a1c2
|
Begin E2E testing for BasicTestApp and component rendering in browser
|
2018-01-04 17:35:58 +00:00 |
Steve Sanderson
|
d3092dd787
|
Change libraries from netcoreapp2.0 to netstandard2.0 where possible
|
2018-01-03 15:37:31 +00:00 |
Steve Sanderson
|
748903c62f
|
Rebuild client apps when any source file changes
|
2017-12-15 13:28:40 +00:00 |
Steve Sanderson
|
809528676b
|
Rename Microsoft.Blazor.Browser project to Microsoft.Blazor.Browser.JS
|
2017-12-15 11:24:03 +00:00 |
Steve Sanderson
|
4135f04901
|
Improve incremental build support
|
2017-12-14 19:54:00 +00:00 |
Steve Sanderson
|
c72f9a1977
|
Simplify in-memory file provider usage by initializing with byte[], not Stream
|
2017-12-14 15:48:01 +00:00 |
Steve Sanderson
|
a4b85ddf53
|
Split BuildTools into "Build" (for end-user app builds) and "BuildTools" (for building this repo only)
|
2017-12-14 15:32:28 +00:00 |