Skip to content

Conversation

@twsouthwick
Copy link
Member

@twsouthwick twsouthwick commented Oct 4, 2023

This should help with some migrations that use the type to highlight they need to refactor. For now, there's no implementation and it will throw if used, as well as show warnings when compiling. However, if there's a way to implement it (and if there's enough demand) an internal interface is available that that can be implemented to light up the feature.

Fixes #377

This should help with some migrations that use the type to highlight they need to refactor.
internal static class TransferRequest
{
public const string Message = "TransferRequest is not supported on ASP.NET Core";
public const string DiagnosticId = "SYSWEB0001";
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a different prefix we should use?

@twsouthwick twsouthwick requested a review from Tratcher October 4, 2023 00:46
@twsouthwick twsouthwick changed the title Add platform not supported on Transfer/Execute methods Add HttpServerUtility.Transfer/Execute methods Oct 4, 2023
@twsouthwick twsouthwick merged commit 9bec0c7 into main Oct 4, 2023
@twsouthwick twsouthwick deleted the transferrequest branch October 4, 2023 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ask About HttpServerUtility.TransferRequest

3 participants