Daniel Scherrer

Results 13 issues of Daniel Scherrer

Please provide a demo solution to test and play very fast with this framework. Perhaps it's possible to change the ViewEngine of [Sitecore Habitat](https://github.com/Sitecore/Habitat) and implement NitroNet into this public...

enhancement
in progress

Show some internal informations of the renderings usage of NitroNet as a _/sitecore/admin/-Page_. E.g.: * List all cached templates * List all cached components * Input view string and check...

enhancement
backlog

The NitroNet.Sitecore.Microsoft.DependencyInjection IoC container has no service implementation of Sitecore.Database. It's important to avoid the usage of Context.Database (or the Factory-Way) directly in a controller. Let us make NitroNet.Sitecore solutions...

enhancement

**Feature Request** NitroNet is currently not working with .NET Core. It uses the ASP.NET MVC 5 API. **Expected Result** It should be possible to support additionally .NET Core Solutions in...

enhancement
backlog

If you like to change the path underneath your frontend-root, you actually need to change all controller definitions. Perhaps you'll like to add Roslyn in NitroNet and auto-generate the path...

enhancement
backlog

Actually it's not possible to have an own (nitro-)frontend for multiple tenants. Maybe the support to have one defined frontend for each MVC Area could be a good solution to...

enhancement
backlog

Nitro itself would adopt schema.json definitions on all patterns. That's a good opportunity to auto-generate C# model classes based on their schema.json contract to reduce more "boring and stupid activities"...

enhancement
in review

Actually it's not possible to add an absolute Path on `NitroNet.BasePath`-Setting. Please provide this feature in a future release and move the registration of it in a own DI-ServiceConfigurator (like...

enhancement
backlog

NitroNet supports only the precise project-structure of Nitro. That's a current requirement that we need to eliminate. Actually we have these 4 prerequisites of Nitro: * One pattern has one...

enhancement
backlog

Please support also a Microsoft.DependencyInjection configuration in NitroNet, similar to the [CastleWindsorModules](https://github.com/namics/NitroNet/tree/master/NitroNet.CastleWindsorModules) and [Unity](https://github.com/namics/NitroNet/tree/master/NitroNet.UnityModules) NuGet-Package to reduce the integration effort of NitroNet. NitroNet.Sitecore has already a [Microsoft.DependencyInjection integration](https://github.com/namics/NitroNetSitecore/tree/master/NitroNet.Sitecore.Microsoft.DependencyInjection).

enhancement
backlog