Giter Club home page Giter Club logo

methical's Introduction

header

Pikachu waving at youย gmlunesa

Why, hello there. Welcome to my ๐’Š๐’๐’•๐’†๐’“๐’๐’†๐’• ๐’„๐’๐’“๐’๐’†๐’“. Are you a lost soul? Are you a stalker? Or are you a data mining bot employed by the reptilian overload Mark Zuckerberg? Whoever you are, it's nice to meet you.

gmlunesa.com ย  gmlunesa@gmail.com ย  https://www.linkedin.com/in/gmlunesa/

๐Ÿ‘ฉโ€๐Ÿ’ป Basic rundown

  • ๐Ÿ’ผ I work as a software engineer
  • ๐ŸŽ“ I have a Bachelor's degree in Computer Science
  • ๐ŸŒฑ I am currently learning Data Science
  • ๐Ÿ‘ฏ I would love to collaborate on creating useful apps for the community

๐Ÿ›  Languages, frameworks and tools

C#ย  .NETย 

JSย  Node.jsย  Reactย  Gatsbyย 

Pythonย  Tensorflowย  Jupyterย 

Azureย  MicrosoftSQLServerย  PostgreSQLย  MongoDBย  GraphQLย  Dockerย  Gitย 

๐Ÿ“ฐ Latest blog posts

ย ย ย ย ย ย ย ย visitors ย Website

footer

methical's People

Contributors

gmlunesa avatar

Watchers

 avatar

methical's Issues

"Azure Login" Workflow step fails

Details

Getting the following exception when trying to generate an OpenAPI Specification Document with Swagger

Error: Az CLI Login failed. Please check the credentials and make sure az is installed on the runner. For more information refer https://aka.ms/create-secrets-for-GitHub-workflows
PR #2 Github Action

Step

- name: Azure Login
  uses: azure/login@v1
  with:
    creds: ${{ secrets.MethicalNetApiManagement_SPN }}
Stack Trace ``` Run azure/login@v1 Error: Az CLI Login failed. Please check the credentials and make sure az is installed on the runner. For more information refer https://aka.ms/create-secrets-for-GitHub-workflows

Possible solutions

Azure/login/issues/205

"Generate Open API Specification Document" Workflow step fails

Details

Getting the following exception when trying to generate an OpenAPI Specification Document with Swagger

Unhandled exception. System.InvalidOperationException: A type named 'StartupProduction' or 'Startup' could not be found in assembly 'Methical'
PR #1 Github Action

Step

- name: Generate Open API Specification Document
  run: swagger tofile --output "${{ env.API_IMPORT_SPECIFICATION_PATH }}" "${{ env.API_IMPORT_DLL }}" "${{ env.API_IMPORT_VERSION }}"
Stack Trace ``` Run swagger tofile --output "Methical\publish\swagger.json" "Methical\bin\Release\net6.0\Methical.dll" "v1" Unhandled exception. System.InvalidOperationException: A type named 'StartupProduction' or 'Startup' could not be found in assembly 'Methical'. at Microsoft.AspNetCore.Hosting.StartupLoader.FindStartupType(String startupAssemblyName, String environmentName) at Microsoft.AspNetCore.Hosting.WebHostBuilder.BuildCommonServices(AggregateException& hostingStartupErrors) --- End of stack trace from previous location --- at Microsoft.AspNetCore.Hosting.WebHostBuilder.<>c__DisplayClass14_2.b__5(IServiceProvider _) at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument) at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context) at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument) at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope) at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(Type serviceType) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory) at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType, ServiceProviderEngineScope serviceProviderEngineScope) at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType) at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetService[T](IServiceProvider provider) at Microsoft.AspNetCore.Hosting.WebHost.EnsureStartup() at Microsoft.AspNetCore.Hosting.WebHost.EnsureApplicationServices() at Microsoft.AspNetCore.Hosting.WebHost.Initialize() at Microsoft.AspNetCore.Hosting.WebHostBuilder.Build() at Swashbuckle.AspNetCore.Cli.Program.GetServiceProvider(Assembly startupAssembly) in C:\projects\ahoy\src\Swashbuckle.AspNetCore.Cli\Program.cs:line 133 at Swashbuckle.AspNetCore.Cli.Program.<>c.b__0_3(IDictionary`2 namedArgs) in C:\projects\ahoy\src\Swashbuckle.AspNetCore.Cli\Program.cs:line 72 at Swashbuckle.AspNetCore.Cli.CommandRunner.Run(IEnumerable`1 args) in C:\projects\ahoy\src\Swashbuckle.AspNetCore.Cli\CommandRunner.cs:line 68 at Swashbuckle.AspNetCore.Cli.CommandRunner.Run(IEnumerable`1 args) in C:\projects\ahoy\src\Swashbuckle.AspNetCore.Cli\CommandRunner.cs:line 59 at Swashbuckle.AspNetCore.Cli.Program.Main(String[] args) in C:\projects\ahoy\src\Swashbuckle.AspNetCore.Cli\Program.cs:line 111 ```

Possible solutions

domaindrivendev/Swashbuckle.AspNetCore/issues/2355

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.