Azure / Commercial-Marketplace-SaaS-Accelerator

A reference example with sample code for developers interested publishing transactable, Software as a-Service offers in the Microsoft commercial marketplace.
MIT License
179 stars 276 forks source link

Missing views and controllers #584

Closed jeffw-wherethebitsroam closed 5 months ago

jeffw-wherethebitsroam commented 8 months ago

Describe the bug References to missing views and controllers

To Reproduce Checkout and build

Expected behavior Expected that all referenced views and controllers would exist.

e.g. AdminSite AccountController SignedOut AdminSite ApplicationConfig Index.cshtml -> references missing FileUpload controller AdminSite HomeController ActivateSubscription AdminSite HomeController Privacy AdminSite SchedulerController GetSubscriptionData -> passes a string as a model to Error expecting an Exception CustomerSite AccountController SignedOut

Environment (please complete the following information): Rider on macOS

santhoshb-msft commented 5 months ago

@jeffw-wherethebitsroam some of these controllers are called and redirected to other views. I dont believe this is an issue, please reopen with further comments if needed. closing for now.