Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Glimpse nuget package breaks navigation extension #90

Open
richardjharding opened this issue Apr 15, 2013 · 6 comments
Open

Adding Glimpse nuget package breaks navigation extension #90

richardjharding opened this issue Apr 15, 2013 · 6 comments

Comments

@richardjharding
Copy link

To be fair not sure if this is an issue for this project or Glimps but as Glimpse is a popular add on to mvc thought it was worth raising

Adding in Glimps causes the GetRoutesForCurrentRequest method to fail as all routes are returned as Glimpse route proxy types and so the query for objects of type NamedRoute returns zero results

@erichexter
Copy link
Owner

Good find, I think with the new routing functionality this may not be as
much of an issue

On Monday, April 15, 2013, gaspode44 wrote:

To be fair not sure if this is an issue for this project or Glimps but as
Glimpse is a popular add on to mvc thought it was worth raising

Adding in Glimps causes the GetRoutesForCurrentRequest method to fail as
all routes are returned as Glimpse route proxy types and so the query for
objects of type NamedRoute returns zero results


Reply to this email directly or view it on GitHubhttps://github.com//issues/90
.

Eric Hexter

blog | http://Hex.LosTechies.com
info | http://www.linkedin.com/in/erichexter

@serra
Copy link
Contributor

serra commented Apr 15, 2013

Confirmed this issue.

@serra
Copy link
Contributor

serra commented Apr 15, 2013

@erichexter Why do you think this won't be an issue in the new (and highly anticipated 😄) navigation routes?

@tulbox
Copy link

tulbox commented May 9, 2013

Confirmed this issue and also ditto @serra in asking why it won't be an issue in the new navigation routes?

@nedimm
Copy link

nedimm commented Jun 20, 2013

Confirmed the issue.

@NeuralLink
Copy link

Fixed this issue by editing my glimpse settings in my web.config

  <glimpse defaultRuntimePolicy="On" endpointBaseUri="~/Glimpse.axd">
    <inspectors>
      <ignoredTypes>
        <add type="Glimpse.AspNet.Inspector.RoutesInspector, Glimpse.AspNet" />
      </ignoredTypes>
    </inspectors>
    <tabs>
      <ignoredTypes>
        <add type="Glimpse.AspNet.Tab.Routes, Glimpse.AspNet" />
      </ignoredTypes>
    </tabs>
    <!-- Runtime Policy Management
    <runtimePolicies>
        <ignoredTypes>
            <add type="{Namespace.Type, AssemblyName}" />
        </ignoredTypes>
    </runtimePolicies>
    -->
  </glimpse>

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

No branches or pull requests

6 participants