@damien_bod I have an https://t.co/11f1acWDKk core app that need to access some power bi reports, but auzre ad auth is giving me problems. do you know where can I find sample on how to configure it?
@andrewlocknet Yes, now it's working thanks. I had a styrange issue: I have most of the business stuff in a library project and seems is not exporting the generated code outside the dll. moving the typedIf classes in another library and referencing that I made work everything. thanks
@andrewlocknet is it possible to use a StronglyTypedId as a parameter in s mvc controller action? for example, an int value converted directly in a TypedId
@condrong if (!string.IsNullOrWhiteSpace(this.cookieName))
request.AddCookie(this.cookieName, this.cookieValue);
var content = JsonSerializer.Serialize(payload);
@condrong var client = new RestClient(...);
var request = new RestRequest(https://t.co/DTAnOFvhLs);
request.Resource = this.ApiUrl;
request.AddHeader("Content-Type", "application/x-www-form-urlencoded");
request.AddHeader("USER-AGENT", "Kancart");
@condrong I have to format as application/x-www-form-urlencoded. If I remeber well last time I used send as application/json.actually I solved to restsharp with this code.
@madskristensen@sayedihashimi Hi Mads, do you know if is there around any vs extension that add automatically a breakpoint at the beginning of every public method of a class or implementation of a specific interface?
I've created a playlist that contains all the recent videos on how to use dotnet new and creating custom project templates for the dotnet CLI, @VisualStudio and @VisualStudioMac
https://t.co/aJhCUNOaYD
Please share!
@sayedihashimi@shanselman take your time before try it. It's a know fact it has a lot of bugs. I locked at the end of the pickup mission for a bug that they claimed to have solved days before before I started that mission. I don't plan to touch that game before easter, I have better things to do