1-10 of 12 < Previous Next >
5 votes

Add support for VS 2008

Add initial support for Visual Studio 2008 (Orcas). Target is Orcas Beta 2, but the work can be started with Beta 1.

id# 2494 | Planned Release: 1.8 | Last Updated: Jan 30 at 3:52 AM  by royguillaum
2 votes

Only update pagelist.xml if necessary

When rebuilding pagelist.xml, consider caching it in memory and comparing it to the on-disk version (eg use a hash of some kind) Only write to disk if they are different.

id# 2493 | Planned Release: 1.8 | Last Updated: Nov 15 2007 at 10:29 AM  by fabrice
2 votes

Exclude xml file from source control

It would be great if we could exclude the generated xml file from source control.

id# 2492 | Planned Release: None | Last Updated: Nov 15 2007 at 9:51 AM  by colum
1 vote
closed

Formatted post does not work any more

URLs are not formatted for post methods.

id# 2649 | Planned Release: 1.8 | Last Updated: Jun 26 2007 at 11:21 AM  by fabrice
2 votes
closed

Mark generated classes as sealed

I don't think there's any need to inherit from the generated classes, so it would be good to heed the advice of FxCop and mark the generated classes as sealed/NotInheritable.

id# 2566 | Planned Release: 1.8 | Last Updated: Jun 26 2007 at 9:00 AM  by fabrice
1 vote

Regenerate PageList.xml if the generator is different

Regenerate PageList.xml if the generator (or its version) used to generate it is different than the current one. cf. Pages/@generator in PageList.xml

id# 2648 | Planned Release: None | Last Updated: Jun 26 2007 at 8:58 AM  by fabrice
1 vote
closed

Complete the support of ashx HTTP handler

Looks like the add-in does not generate entries in PageList.xml for page methods in ashx files.

id# 2486 | Planned Release: 1.8 | Last Updated: Jun 25 2007 at 10:31 PM  by fabrice
1 vote
closed

Generate code for pages even if they do not contain page methods

This allows having MyPageMethods available even if no pages have page methods yet, and having PageUrl and TildePageUrl available for all pages.

id# 2577 | Planned Release: 1.8 | Last Updated: Jun 25 2007 at 4:40 PM  by fabrice
1 vote
closed

Replace BasePage by BasePageWithDefaultMethod and BasePageWithoutDefaultMethod

Create classes BasePageWithDefaultMethod and BasePageWithoutDefaultMethod to replace the BasePage class. BasePage should be marked as Obsolete. This will improve discoverability of how to have defa...

id# 2569 | Planned Release: 1.8 | Last Updated: Jun 25 2007 at 4:38 PM  by fabrice
0 votes

Update web site to reflect the removal of the BasePage class

Update http://metasapiens.com/PageMethods/Tutorial/VS2005/ to reflect the replacement of BasePage by BasePageWithoutDefaultMethod and BasePageWithDefaultMethod. Cf. Setup\Tutorial\index.html

id# 2628 | Planned Release: 1.8 | Last Updated: Jun 25 2007 at 4:31 PM  by fabrice

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 12 < Previous 1 2 Next >
Updating...