In the same folder as ‘packages.config’ file, If you want to share packages.xsd across multiple projects, move it to the Visual Studio Schemas folder (the path may slightly differ, it’s D:\Program Files (x86)\Microsoft Visual Studio 10.0\Xml\Schemas for me). Then, edit tag in packages.config file (add xmlns attribute):
1
<packages xmlns="urn:packages">
Now the warning should disappear (even if packages.config file is open in Visual Studio).
How to restore parameter info (argument list) shortcut with Resharper?
If you go to the Visual Studio Tools -> Options -> Keyboard section, you can type the shortcut in the shortcut keys edit box and VS will show what commands are bound to that shortcut combination. So, hitting ctrl+shift+space will show you that is mapped to “Edit.ParameterInfo” for the Workfow Designer, and “ReSharper.ReSharper_CompleteCodeSmart” for the Text Editor and the XAML UI Designer. You can do a similar thing with ctrl+p.
I have a problem with Visual Studio 2013 generating too many errors when using angular.d.ts typescript type file.
all in jquery.d.ts, like the following errors:
‘,’ expected. ‘=’ expected. Identifier expected.
The most likely reason for this is that you are using an older version of TypeScript. The language is moving swiftly and some of the features in version 1.4 are particularly useful in definition files, so it is likely that you will need to upgrade to 1.4.