Active Query Builder support area

Installing ActiveQueryBuilder.Core MetadataProviders on net core project

Avatar
  • updated
  • Completed

when i use your nuget package ActiveQueryBuilder.Core i cant use MetadataProviders .dlls from src foulder

.net core projects only support referencing .net framework assemblies in this release to reference other assemblies they need to be included in a nuget package and reference that package

can you create nuget packages for MetadataProviders so they could be used like your Core library?

Avatar
Andrey Zavyalov, PM

Hi,

Thank you for your interest in Active Query Builder.

Can you please let me know, what is the type of project in which you are trying to embed Active Query Builder, and what functionality you expect to get from our library in your project?

In what metadata providers you are primarily interested in?

Avatar
7erikcartman

i am using Asp net.core project when i use your ActiveQueryBuilder.ASPNET nuget packadge i can access MetadataProviders

but when i install your ActiveQueryBuilder.Core v3.2 i cant acess MetadataProviders

when i try to add them externally i am getting error which i wrote in first post

Asp.net.core version 1.0.0

Avatar
Andrey Zavyalov, PM

In what metadata providers you are primarily interested in?

Avatar
7erikcartman

Currently we need atleast MSSQLMetadataProvider but in the end we are interested in all providers

Avatar
Andrey Zavyalov, PM

We will try to make one. If it solves your problem, we'll continue with the others.

Avatar
Andrey Zavyalov, PM

We've made the sample package for MS SQL Metadata Provider for you, please find it in attachment. Let me know if you will succeed with this package to get Active Query Builder working with .NET Core (honestly, I am doubt that it's possible). Please note that the word "Core" in the name of this subscription does not relate to ASP.NET Core at all, it's just a considence. Active Query Builder is designed for .NET Framework 4.0 and higher.

ActiveQueryBuilder.MSSQLMetadataProvider.3.2.1.1031.nupkg

Avatar
7erikcartman

thank you