Nate McMaster
bdd4d21996
Update test framework versions and fix issues with tests
2017-05-12 14:30:18 -07:00
Ryan Nowak
b9dabd24be
Fix #1309 make CSharpDocument abstract
2017-05-12 14:23:30 -07:00
Jass Bagga
b758a86a38
Modify ViewComponent_CannotFindComponent error message ( #6263 )
2017-05-12 14:15:29 -07:00
Nate McMaster
8ecf6874e8
Upgrade test framework versions
2017-05-12 14:12:07 -07:00
Javier Calvarro Nelson
4083f3d597
React to changes in cryptography APIs
2017-05-12 14:04:14 -07:00
Nate McMaster
c3ca9cf334
Upgrade test framework versions
2017-05-12 14:03:59 -07:00
Javier Calvarro Nelson
21ea69ed63
Fix references
2017-05-12 13:38:26 -07:00
Ryan Nowak
b17e506ce8
Some API cleanup around directivest
2017-05-12 13:27:28 -07:00
Ryan Nowak
ab98c5d837
Fix #1322 #1328 #1310 #1325
...
This are mechanical API Cleanup issues.
2017-05-12 13:11:16 -07:00
Nate McMaster
68e7f5727e
Update test framework versions
2017-05-12 12:41:31 -07:00
Nate McMaster
2dcfadf5c2
Update test framework versions
2017-05-12 12:26:50 -07:00
Nate McMaster
0e3d091fb7
Upgrade test framework versions
2017-05-12 12:22:22 -07:00
Jass Bagga
85f9e63207
Formatting and clean up ( #49 )
...
Remove unnecessary usings and use forward slashes
2017-05-12 12:04:20 -07:00
John Luo
906af6de30
Update API check exceptions
2017-05-12 11:57:41 -07:00
Javier Calvarro Nelson
d324d483d3
Remove identity service from universe
2017-05-12 11:06:59 -07:00
Nate McMaster
6006ebe96f
Update test framework versions
2017-05-12 10:39:52 -07:00
Kiran Challa
5e462aa87a
Added log messages related to repository information
2017-05-12 06:05:50 -07:00
Steve Sanderson
1d57ca384f
Remove vue-class-component dependency, because we're only referencing vue-property-decorator directly
2017-05-12 10:25:38 +01:00
ferrx
9d58c8836b
Switched from av-ts to vue-property-decorator and vue-class-component
2017-05-12 10:20:06 +01:00
Pawel Kadluczka
06e3a08ac0
Multi-server
2017-05-11 22:42:14 -07:00
Pawel Kadluczka
7300413d0c
Storing user lists per server
2017-05-11 22:42:14 -07:00
Pawel Kadluczka
5d32407f24
More structural way of storing users
2017-05-11 22:42:14 -07:00
N. Taylor Mullen
870b264039
Remove usage of old `ServiceHubServiceBase` ctor.
...
- The change wasn't exactly what was expected. The core `ServiceHub` is still what calls into our `Stream`, `IServiceProvider` overload (as intended) which means we needed to call down into the proper basetype constructor to start using Roslyn's non-obsolete one.
- Had to manually start the `StreamJsonRpc` property to work around race conditions in the ServiceHub APIs.
#976
2017-05-11 21:42:40 -07:00
Eilon Lipton
785c1251dd
Add auth link
2017-05-11 16:32:19 -07:00
Javier Calvarro Nelson
c7567f9f74
Add support for exposing identity as a service
2017-05-11 15:52:29 -07:00
Ajay Bhargav Baaskaran
b44d59ca36
Remove Redirect writers
2017-05-11 15:38:54 -07:00
Ajay Bhargav Baaskaran
5eabae55cb
Added PushWriter and PopWriter to RazorPageBase
...
- Removed WriteXYZTo methods
2017-05-11 15:21:42 -07:00
Ryan Nowak
d3e37f20ce
Add some new IR nodes
...
This adds the basics of a few new node types. I'll do a follow up to start
using these so we can eliminate some misuse of the statement node.
2017-05-11 14:52:31 -07:00
Eilon Lipton
ae02eb436a
Update auth links
2017-05-11 14:22:39 -07:00
Andrew Stanton-Nurse
11f23f7ce2
disable npm optional dependencies ( #447 )
...
'microtime' doesn't build properly on our CI agents
2017-05-11 10:37:35 -07:00
Ryan Nowak
2afe2e1627
Rename RazorMethodDeclaration -> MethodDeclaration
2017-05-11 10:22:45 -07:00
Ryan Nowak
3969c23316
Adds a tracking system for Razor documents
...
This is a MEF service that can actively or passively track open ITextViews
and give us information about the Razor initialization state and eventing
when it changes.
The purpose of this is to act as a bridge between the VS mef world and the
roslyn world.
For now this doesn't do any passive tracking of Razor documents, it's only
on demand. That means it will only be initialized and used right now when
you are using the Razor developer tools. This is just to reduce our risk,
it's not ideal to ship code in VS that's doing something without anyone
looking at the result.
2017-05-11 08:24:37 -07:00
Ashley Grant
d016950e50
Add Aurelia and Vue to framework list
...
Doing this due to a Stack Overflow question where a dev thought this project doesn't support Aurelia simply b/c this Readme file didn't include it. Went ahead and added Vue as well for completeness.
2017-05-11 15:06:50 +01:00
Pranav K
42a4e9a143
Make uses of ObjectMethodExecutor internal
2017-05-10 21:17:51 -07:00
Ajay Bhargav Baaskaran
4bc1a76e22
Moved TagHelperBinder from pass to a phase
2017-05-10 17:16:27 -07:00
Cesar Blum Silveira
37f15bdd85
Create Frame in FrameConnection.
2017-05-10 16:48:37 -07:00
Ryan Nowak
eb3c47b6ca
Add annotations
...
Fixes #990 . This should make a lot of IR manipulations very simple.
2017-05-10 16:38:11 -07:00
N. Taylor Mullen
51fb1b787a
Add TagHelperFactsServiceTest to validate root with parent expecting descriptor.
...
#1253
2017-05-10 16:33:19 -07:00
David Fowler
b9518e3684
Invert the dependency between connection adapters and Frame ( #1822 )
...
* Invert the dependency between connection adapters and Frame
- Removed PrepareRequest from IAdaptedConnection and instead added
a feature collection to the ConnectionAdapterContext. This allows features to be set
once by the adapter instead of per request. It's the Frame's job to copy features
from the connection level feature collection into the per request feature collection.
- Set the scheme to "https" based on the presence of ITlsConnectionFeature.
- Always set ITlsConnection feature if the HttpsAdaptedConnection doesn't throw during
the handshake
2017-05-10 15:29:43 -07:00
Hisham Bin Ateya
cf23aedb55
Use EnvironmentName instead of magic string ( #1065 )
2017-05-10 15:20:40 -07:00
Pavel Krymets
67ecd4746e
Remove unnecessary package references ( #446 )
2017-05-10 15:14:26 -07:00
cdavid
043f8fda61
Fix typo (delegate) in documentation ( #830 )
2017-05-10 15:02:53 -07:00
Kristian Hellang
f5107596a5
Add Id to ConnectionInfo ( #828 )
2017-05-10 14:54:05 -07:00
N. Taylor Mullen
08965550ad
Re-enable error page runtime test.
...
- This was previously broken due to the shared framework not being able to find the file responsible for an exception.
#6120
2017-05-10 14:33:10 -07:00
Pavel Krymets
412e4de2a5
Remove unnecessary package references ( #835 )
2017-05-10 12:10:19 -07:00
Pavel Krymets
0365f3a97f
Remove unnecessary package references ( #110 )
2017-05-10 12:07:52 -07:00
Pavel Krymets
c3f4015921
Remove unnecessary package references ( #367 )
2017-05-10 12:06:18 -07:00
Pavel Krymets
cf64b335f6
Remove unnecessary package references ( #6252 )
2017-05-10 12:06:10 -07:00
Pavel Krymets
67322fe8ab
Remove unnecessary package references ( #177 )
2017-05-10 11:48:33 -07:00
Pavel Krymets
d6c2834f95
Remove unnecessary package references ( #195 )
2017-05-10 11:48:21 -07:00