Santiago Robledo
Santiago Robledo
Update api.js code to reflect the changes in Fast API V2
Update the code to reflect the changes of Fast API V2
Just made some changes on getTargets() to update to fast api V2, replaced the "while contents" with this ```javascript while (targets.length < this.urlCount) { /* eslint-disable no-await-in-loop */ const {...
The url on INSTRUCTION_BACKEND.pdf returns 404 error. I have replaced the placeholder with the url where the api is running on my local 
On the Net Core Angular Starter bundle page, Serilog is listed as a feature. The nuget packages are there, but there is no code to configure it, just a //...
What about storing the key into a stream? on the SymmetricBlobCryptoProvider class I have added the following code ``` public void WriteKeyStream(System.IO.Stream stream) { System.IO.StreamWriter writer = new System.IO.StreamWriter(stream); writer.Write(ToKeyFileString());...
There is missing example in USAGE.md document to search Recipients with conditions. ``` c# string data= @"{ 'conditions': [ { 'field' : 'last_name', 'value': 'test last name', 'operator': 'eq', 'and_or':...