Quantcast
Channel: RazorGenerator Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 525

Commented Unassigned: 2.0.1 Load precompiled views from all referenced assemblies [110]

$
0
0
Instead of doing
```
assembly.GetTypes()
```
there should be a like of
```
foreach (var assemblyName in assembly.GetReferencedAssemblies()) {
// load types from assemblyName
}
```
That way you can simply reference assemblies with precompiled views and forget about the hassle.
Comments: I think this would affect delay loaded assemblies. Bin-placed assemblies are eagerly loaded, but doing this would also load GACed assemblies into the AppDomain earlier than necessary. Correct me if I'm wrong.

Viewing all articles
Browse latest Browse all 525

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>