Skip to content
#

dbc

Here are 70 public repositories matching this topic...

feO2x
feO2x commented Nov 24, 2021

We should add the following assertions for string, ReadOnlySpan<char> and Span<char>:

  • IsTrimmed: checks if a character sequence starts and ends with a non-whitespace character, returns true or false.
  • MustBeTrimmed: same as IsTrimmed, but throws a StringException.
  • IsTrimmedAtStart: checks if a character sequence starts with a non-whitespace character, returns true or fals
new feature help wanted good first issue
nberlette
nberlette commented Mar 17, 2022

Currently disabled until some further implementation is done, but I just want to lay some groundwork for future infrastructure.

This is a basic CodeQL workflow (GitHub Action) that will autobuild (or try to) a repositories code and scan it against a huge database of security vulnerabilities and more. Slap a cronjob on it and we're ballin outta control.

<a href="https://gitpod.io/#https://

feature good first issue

Improve this page

Add a description, image, and links to the dbc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dbc topic, visit your repo's landing page and select "manage topics."

Learn more