ASP.NET Core MVC 프로젝트에서 Azure KeyVault와 연동할 때 잘못된 URL 설정으로 인해 발생하는 오류를 처리하는 방법에 대해 알아보겠습니다.
TypeLoadException: Could not load type 'Microsoft.Extensions.Logging.LogDefineOptions' from assembly 'Microsoft.Extensions.Logging.Abstractions, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
ASP.NET Core Web API에서 JSON 생성할 때 여러 단어로 이루어진 컬럼을 json으로 변환할 때 대소문자로 구분하는게 좋을 까요? _(언더스코어)로 구분하는게 좋을까요?