Giter VIP home page Giter VIP logo

alrunner's Introduction

Hi there, I'm Tobias Fenster ๐Ÿ‘‹

{ `I'm a tech person based in Ulm, Germany` }

You can find me at tobiasfenster.io

SUMARY LANGUAGES
tfenster's github stats Top Langs

How to reach me:

LINKEDIN TWITTER

alrunner's People

Contributors

dependabot[bot] avatar tfenster avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

alrunner's Issues

"ALRunner: Run selection" doesn't seem to work

Selecting a line with (for example) a page reference and clicking Alt+R will build the project and tries to launch the web client. This fails however on my machine as the generated URL does not contain a port number:

http://localhost/DynamicsNAV110/WebClient/default.aspx?Page=50000

Changing it (manually) to

http://localhost:8080/DynamicsNAV110/WebClient/default.aspx?Page=50000

does work.

Error when activating ALRunner: The resource cannot be found.

OK, started using your ALRunner, Tobi, and probably I am doing something wrong, but when applying the ALRunner I get the following error:

Server Error in '/' Application.

The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

Requested URL: /us/WebClient/default.aspx
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.2103.2

I am now on the August update of the New Dev Preview.

Run Selection (Alt + R) on SaaS Sandbox

Hey,

this extension works like a charme for docker containers. Publish and Run Selection (Alt + P) as well as Run Selection (ALt + R) both work.

Alt + P also works for a "real" SaaS Sandbox. Unfortunately I cannot run an already existing report with Alt + R on a SaaS Sandbox.

launch.json looks like this:

{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "al",
            "request": "launch",
            "server": "https://businesscentral.dynamics.com/12345-6789-101112",
            "serverInstance": "sandbox",
            "name": "Microsoft cloud sandbox",
            "breakOnError": true,
            "launchBrowser": true,
            "schemaUpdateMode": "Synchronize",
            "tenant": "12345-6789-101112",
        }
    ]
}

I suspect that this line is the cause of the problem.

image

The generated url looks like this:

https://businesscentral.dynamics.com/12345-6789-101112/sandbox/WebClient/default.aspx?Report=50100

...is that still correct? Because that url does not work for me. This url instead would work:

https://businesscentral.dynamics.com/12345-6789-101112/sandbox?report=50100

Thank you and have a nice week.
Waldemar

Missing "error code" in .csv file when running ALRunner: Export diagnostics

The .csv file created by running ALRunner: Export diagnostics returns [object Object] where the error code is expected. See sample below

file|error code|error message|start line|start char|end line|end char
Base\Codeunits\Activity Email Functions.codeunit.al|[object Object]|Codeunit 'SMTP Mail' is marked for removal. Reason: Replaced "Email Message" codeunit from "System Application".. Tag: 17.0.|205|23|205|34
Base\Codeunits\Activity Email Functions.codeunit.al|[object Object]|Codeunit 'SMTP Mail' is marked for removal. Reason: Replaced "Email Message" codeunit from "System Application".. Tag: 17.0.|483|51|483|62

This used to work fine. Currently running this for an extension that has dependency on BC 19.1

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.