Stephan van Rooij
Stephan van Rooij
I discovered that it also helps to switch the line endings in VSCode to `LF` instead of `CRLF` before you run `npm run version` (with a project generated by the...
Same problem with rasbian with node v0.10.35
I can confirm that this **hack** fixes my problem, but I think the need for at least one dependency in each project, should be treated as a **BUG**. Because it...
> I had the same problem and I solved it based on an old issue. Where the person indicated that all projects on their system must have at least one...
@justinyoo But why does it work locally?
Since the comments above provided a work-around, this is what triggers the error: 1. Create a new azure Functions app with OpenApi support 2. Add an additional project, WITHOUT dependencies....
@justinyoo it happens when there are no dependencies in the class library and it is set to `.NET6` as target framework. 
Possibly related to #3352 because in the [poc](https://github.com/Smartersoft/identity-client-assertion/tree/main/src/Smartersoft.Identity.Client.Assertion) the developer has to re-specify the tenant and the client id. And the authority isn't configurable at the moment. @bgavrilMS and @jmprieur...
Not really... In the https://github.com/Smartersoft/identity-client-assertion/blob/main/src/Smartersoft.Identity.Client.Assertion/ConfidentialClientApplicationBuilderExtensions.cs#L42 needs the client ID and the tenant id. That data cannot be extracted from the builder I think.
@bgavrilMS It's exactly doing what I'm trying to avoid (and everybody else should as well). It's is downloading the certificate from the key vault and using it to sign the...