Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Release v1.0.0-beta3 #32

Merged
merged 14 commits into from
Jun 29, 2022
Merged

Release v1.0.0-beta3 #32

merged 14 commits into from
Jun 29, 2022

Conversation

Typiqally
Copy link
Owner

@Typiqally Typiqally commented Jun 28, 2022

This pull request marks the release of beta version 3, where the following pull requests have been resolved.

Please approve this request if you are satisfied, but do not merge it before the following tasks have been completed.:

  • Update the README.md gif
  • Update usage instructions because of the changed argument usage

@Typiqally Typiqally added the release Release resource label Jun 28, 2022
@Typiqally Typiqally requested a review from NealGeilen June 28, 2022 19:20
@Typiqally Typiqally self-assigned this Jun 28, 2022
.Build()
.RunAsync();
}
catch (Exception ex)

Check notice

Code scanning / CodeQL

Extraction error

Unexpected C# extractor error: TagStack unexpectedly empty
.Build()
.RunAsync();
}
catch (Exception ex)

Check notice

Code scanning / CodeQL

Extraction message

Error was generated by C# extractor: TagStack unexpectedly empty
Comment on lines +37 to +40
catch (Exception ex)
{
Log.Fatal(ex, "Application was unable to start due to fatal error");
}

Check notice

Code scanning / CodeQL

Generic catch clause

Generic catch clause.
Comment on lines +79 to +82
catch (Exception ex)
{
_logger.LogInformation("Exporting to {Format} using {Exporter}...", format, exporter.GetType().Name);
exporter.Export(modules, format);
_logger.LogError(ex, "Error occured:");
}

Check notice

Code scanning / CodeQL

Generic catch clause

Generic catch clause.
@NealGeilen NealGeilen merged commit e48a659 into master Jun 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
release Release resource
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants