File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/SampleApplication/Views/Home Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 <li >
1616 Environment Variables:
1717 <ul >
18- @foreach ( var key in ((System .Collections .IDictionary )ViewData [" Environment" ]).Keys )
18+ @foreach ( var key in ((System .Collections .IDictionary )ViewData [" Environment" ])! .Keys )
1919 {
2020 <li >@key = @(((System .Collections .IDictionary )ViewData [" Environment" ])[key ])< / li >
2121 }
Original file line number Diff line number Diff line change 1313
1414<h2 >Services</h2 >
1515<ul >
16- @foreach ( var key in ((System .Collections .IDictionary )ViewData [" ServiceReferences" ]).Keys )
16+ @foreach ( var key in ((System .Collections .IDictionary )ViewData [" ServiceReferences" ])! .Keys )
1717 {
1818 <li >@key = @(((System .Collections .IDictionary )ViewData [" ServiceReferences" ])[key ])< / li >
1919 }
You can’t perform that action at this time.
0 commit comments