15.06.2020 - 19.06.2020 arası işler

- IdentityServer4 kurulumunda db'de ilgili işlemlerin kayıt edilmesi Link
- IdentityServer okurken faydalandığım kaynaklar Part 1 Link Part2 Link Part3 Link Custom Property ekleme Link
- Identity Server örnek kurulum kütüphanesi ve anlatım Link
- Identity Server kurulum ve kullanım bir başka örnek anlatım Link
- Asp net core identity ve custom claim uygulaması Link
- Dotnet core header'a custom değer atama Link
- Dotnet core 3.x projenize Microsoft.AspNetCore.Mvc.Api.Analyzers nugetten yükleyip

CSC : warning AD0001: Analyzer 'Microsoft.AspNetCore.Mvc.Api.Analyzers.ApiConventionAnalyzer' threw an exception of type 'System.NullReferenceException' with message 'Object reference not set to an instance of an object.'.

hatası alıyorsanız yapacağınız işlem

To enable the analyzer in your projects, edit your project file to add the IncludeOpenAPIAnalyzers property:

<PropertyGroup>
 <IncludeOpenAPIAnalyzers>true</IncludeOpenAPIAnalyzers>
</PropertyGroup>

eklemek olacaktır

Yorumlar

Bu blogdaki popüler yayınlar

22.06.2020 - 26.06.2020 arası işler

Asp.net RestSharp ile data post etmek

List Box Item içindeki elemanları aşağı veya yukarı taşımak