Merge pull request #18 from oqtane/master

sync
This commit is contained in:
Shaun Walker 2020-05-08 17:30:44 -04:00 committed by GitHub
commit 043f8d07de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -194,6 +194,7 @@ namespace Oqtane.Repository
// Check if type should be ignored // Check if type should be ignored
if (modulecontroltype.Name == "ModuleBase" if (modulecontroltype.Name == "ModuleBase"
|| modulecontroltype.IsGenericType || modulecontroltype.IsGenericType
|| modulecontroltype.IsAbstract
|| Attribute.IsDefined(modulecontroltype, typeof(OqtaneIgnoreAttribute)) || Attribute.IsDefined(modulecontroltype, typeof(OqtaneIgnoreAttribute))
) continue; ) continue;

View File

@ -22,7 +22,7 @@ Please note that this project is governed by the **[.NET Foundation Contributor
# Roadmap # Roadmap
This project is a work in progress and the schedule for implementing enhancements is dependent upon the availability of community members who are willing/able to assist. This project is a work in progress and the schedule for implementing enhancements is dependent upon the availability of community members who are willing/able to assist.
Note: We are planning to release V1 at the same time that Blazor WebAssembly ships on May 21, 2020 Note: We are planning to release V1 at the same time that Blazor WebAssembly ships on May 19, 2020
V1 (MVP) V1 (MVP)
- [x] Multi-Tenant ( Shared Database & Isolated Database ) - [x] Multi-Tenant ( Shared Database & Isolated Database )