Activities of "easonyang"

Hi @EngincanV,

When I added the key into appsettings.secrets.json, it works now.

Thanks very much for your reply and support.

Please give some suggestion.

1、download module template application
 2、 dotnet run “identityServer" get exception 
 3、see appsetting.json but no AbpLicenseCode key 
 4、 copy AbpLicenseCode from other project but get exception

@ismcagdas

I re-tried and it works now.

Thanks very much for your support.

It's so strange that when I build ten times, nine times fail and one time success. Did u block the IPs of Azure DevOps?

Can you try to remove protocolVersion?

I've tried and still failed.

<?xml version="1.0" encoding="utf-8"?> <configuration> <packageSources> <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> <add key="BlazoriseMyGet" value="https://www.myget.org/F/blazorise/api/v3/index.json" /> <add key="ABP Commercial NuGet Source" value="https://nuget.abp.io/{My API KEY}/v3/index.json" /> </packageSources> </configuration>

hi

What's your NuGet.Config ?

<?xml version="1.0" encoding="utf-8"?> 
<configuration> 
  <packageSources> 
    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> 
    <add key="BlazoriseMyGet" value="https://www.myget.org/F/blazorise/api/v3/index.json" /> 
    <!-- {ABP_COMMERCIAL_NUGET_SOURCE} --> 
  </packageSources> 
</configuration> 

Yes. The same with yours.

Showing 1 to 8 of 8 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11