Daniel Grunwald
c1787fbd2d
Fixed performance bugs in issue search:
...
- Avoid excessive file name normalization by changing IProject.FileName from string to class FileName.
- Dispose CSharpSemanticHighlighter to fix memory leak and avoid excessive number of ParseInformationUpdated listeners.
13 years ago
Daniel Grunwald
ce3de78aba
Introduce SDTestFixtureBase to initialize/tear down the static service container.
13 years ago
Matt Ward
57d8888947
Fix WCFMetadata project item for Service References being added multiple times when adding a service reference.
13 years ago
Matt Ward
4927a6edd9
Use project's root namespace when generating service reference proxy classes.
13 years ago
Matt Ward
97898e4c8e
Support selecting individual assemblies to use when generate service references.
13 years ago
Matt Ward
2513d08f9f
Implement advanced options for generating service references.
13 years ago
Matt Ward
6373be8ba0
Generate app.config with service reference information.
13 years ago
Matt Ward
3358edbaa0
Use SvcUtil to generate service proxy class.
13 years ago
Daniel Grunwald
654b09a84d
Add IParser.CreateCompilationForSingleFile to improve editing files outside of projects.
...
Fix build errors in unit tests.
14 years ago
Matt Ward
fcb7abb0a7
Add reference to System.ServiceModel assembly when adding a service reference.
14 years ago
Matt Ward
53d7b69a09
Fix service reference node appearing in wrong place in Visual Studio's Solution Explorer.
14 years ago
Matt Ward
00adbade6b
Generate service reference map file (Reference.svcmap) when adding service references.
14 years ago
Matt Ward
8a968a390e
Move code to determine service reference folder into separate ServiceReferenceFileName class.
14 years ago
Matt Ward
a0801f53f9
Add WCFMetadataStorage item to project when a WCF service reference is added.
14 years ago
Matt Ward
f06449a0fd
Generate WCF proxy file from Add Service Reference dialog.
14 years ago