Rafael

Results 3 issues of Rafael

As part of the migration to .net core 6, should be great to have a version compatible with Linux / MacOS with out using Wine or something like that this...

I'm trying to build packages on windows and macOS, when I ran the command `cargo packager` on project directory the following error is shown on terminal ``` ERROR No such...

when I execute `let claims_option = self.esi.authenticate(oauth_data.0.as_str(), verifier).await?;` rfesi throws a HTTP 400 when running ``` let resp = self .client .post(&self.token_url) .headers(self.get_auth_headers()?) .form(&body) .send() .await?; ``` this is client.rs...