This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 1972683
Showing
27 changed files
with
1,580 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
############################################################################### | ||
# Set default behavior to automatically normalize line endings. | ||
############################################################################### | ||
* text=auto | ||
|
||
############################################################################### | ||
# Set default behavior for command prompt diff. | ||
# | ||
# This is need for earlier builds of msysgit that does not have it on by | ||
# default for csharp files. | ||
# Note: This is only used by command line | ||
############################################################################### | ||
#*.cs diff=csharp | ||
|
||
############################################################################### | ||
# Set the merge driver for project and solution files | ||
# | ||
# Merging from the command prompt will add diff markers to the files if there | ||
# are conflicts (Merging from VS is not affected by the settings below, in VS | ||
# the diff markers are never inserted). Diff markers may cause the following | ||
# file extensions to fail to load in VS. An alternative would be to treat | ||
# these files as binary and thus will always conflict and require user | ||
# intervention with every merge. To do so, just uncomment the entries below | ||
############################################################################### | ||
#*.sln merge=binary | ||
#*.csproj merge=binary | ||
#*.vbproj merge=binary | ||
#*.vcxproj merge=binary | ||
#*.vcproj merge=binary | ||
#*.dbproj merge=binary | ||
#*.fsproj merge=binary | ||
#*.lsproj merge=binary | ||
#*.wixproj merge=binary | ||
#*.modelproj merge=binary | ||
#*.sqlproj merge=binary | ||
#*.wwaproj merge=binary | ||
|
||
############################################################################### | ||
# behavior for image files | ||
# | ||
# image files are treated as binary by default. | ||
############################################################################### | ||
#*.jpg binary | ||
#*.png binary | ||
#*.gif binary | ||
|
||
############################################################################### | ||
# diff behavior for common document formats | ||
# | ||
# Convert binary document formats to text before diffing them. This feature | ||
# is only available from the command line. Turn it on by uncommenting the | ||
# entries below. | ||
############################################################################### | ||
#*.doc diff=astextplain | ||
#*.DOC diff=astextplain | ||
#*.docx diff=astextplain | ||
#*.DOCX diff=astextplain | ||
#*.dot diff=astextplain | ||
#*.DOT diff=astextplain | ||
#*.pdf diff=astextplain | ||
#*.PDF diff=astextplain | ||
#*.rtf diff=astextplain | ||
#*.RTF diff=astextplain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
name: Ask a question | ||
about: Ask us anything about this project. | ||
title: "[Q&A] [FeatureName] - [Question]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Type of question | ||
<!-- Select the type of the question that you're going to ask here. --> | ||
- [ ] General | ||
- [ ] Others | ||
|
||
### Question | ||
<!-- Ask us a question here. Be descriptive as much as you can. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Report an issue | ||
about: Thank you for reporting a bug to us. | ||
title: "[BUG] [featureName] - [issue]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Description | ||
<!-- Describe how this bug happened, and general information about it. Note that we only speak Arabic and English, so if you're on any other language than we know, then translate. --> | ||
<!-- Note that you need to be as more descriptive as you can so we can understand this bug. --> | ||
|
||
|
||
### Expected behavior | ||
<!-- How do you expect this project to behave on the suspected component. --> | ||
|
||
|
||
### Actual behavior | ||
<!-- What did the suspected component do instead? --> | ||
|
||
|
||
### Steps to reproduce | ||
<!-- Provide clear step-by-step instructions on how do you reporduce this bug. --> | ||
1. | ||
1. | ||
1. | ||
|
||
### Version (include commit number if applicable) | ||
<!-- This should be in this format: <Version> (<Commit>) (<Branch>). Commit number and branch required for development builds. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Request a feature | ||
about: Suggest an idea to us. | ||
title: "[ADD] [FeatureName] - [Feature]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Description of new feature | ||
<!-- Explain about a new feature here. --> | ||
|
||
|
||
### What does it add? | ||
- [ ] New API functions | ||
- [ ] New extensions | ||
- [ ] New implementations | ||
- [ ] Others | ||
|
||
### Have you tried doing it? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
### Description | ||
<!-- Describe how this bug happened, and general information about it. Note that we only speak Arabic and English, so if you're on any other language than we know, then translate. --> | ||
<!-- Note that you need to be as more descriptive as you can so we can understand this bug. --> | ||
|
||
|
||
### Expected behavior | ||
<!-- How do you expect this project to behave on the suspected component. --> | ||
|
||
|
||
### Actual behavior | ||
<!-- What did the suspected component do instead? --> | ||
|
||
|
||
### Steps to reproduce | ||
<!-- Provide clear step-by-step instructions on how do you reporduce this bug. --> | ||
1. | ||
1. | ||
1. | ||
|
||
### Version (include commit number if applicable) | ||
<!-- This should be in this format: <Version> (<Commit>) (<Branch>). Commit number and branch required for development builds. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
### -+--> Description of change(s) | ||
<!-- Describe about your pull request. Note that we only speak Arabic and English, so if you're on any other language than we know, then translate. --> | ||
<!-- Note that you need to be as more descriptive as you can so we can understand this request. --> | ||
|
||
|
||
### -+--> Type of change(s) | ||
<!-- Specify what kind of changes you made. --> | ||
- [ ] Behavioral | ||
- [ ] Main code change | ||
- [ ] Other (specify) | ||
|
||
### -+--> If other change(s), please specify here | ||
<!-- Specify the change that didn't fit into the selection. --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
name: Build Project (Linux) | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
ref: ${{ github.ref }} | ||
- name: Setup .NET 6.0 | ||
uses: actions/setup-dotnet@v3 | ||
with: | ||
dotnet-version: '6.0.x' | ||
- name: Solution Compilation | ||
run: dotnet build --configuration Debug "Syndian.sln" | ||
- uses: actions/upload-artifact@v3 | ||
if: success() | ||
with: | ||
name: tr-build | ||
path: "Syndian/bin/Debug/" | ||
|
||
notify: | ||
|
||
runs-on: ubuntu-latest | ||
needs: | ||
- build | ||
if: ${{ always() }} | ||
|
||
steps: | ||
- name: Notify | ||
uses: nobrayner/discord-webhook@v1 | ||
with: | ||
github-token: ${{ secrets.G_TOKEN }} | ||
discord-webhook: ${{ secrets.DISCORD_WEBHOOK }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
name: Build Project (Windows) | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: windows-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
ref: ${{ github.ref }} | ||
- name: Setup .NET 6.0 | ||
uses: actions/setup-dotnet@v3 | ||
with: | ||
dotnet-version: '6.0.x' | ||
- name: Solution Compilation | ||
run: dotnet build --configuration Debug "Syndian.sln" | ||
- uses: actions/upload-artifact@v3 | ||
if: success() | ||
with: | ||
name: tr-build | ||
path: "Syndian/bin/Debug/" | ||
|
||
notify: | ||
|
||
runs-on: ubuntu-latest | ||
needs: | ||
- build | ||
if: ${{ always() }} | ||
|
||
steps: | ||
- name: Notify | ||
uses: nobrayner/discord-webhook@v1 | ||
with: | ||
github-token: ${{ secrets.G_TOKEN }} | ||
discord-webhook: ${{ secrets.DISCORD_WEBHOOK }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: API Documentation | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
build: | ||
name: "Make API Reference" | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
name: Fetching the source | ||
- uses: "nunit/docfx-action@v1.7.0" | ||
name: Generating documentation | ||
with: | ||
args: DocGen/docfx.json | ||
- name: Saving changes to gh-pages | ||
if: ${{ github.ref == 'refs/heads/main'}} | ||
uses: peaceiris/actions-gh-pages@v3 | ||
with: | ||
commit_message: "Updated documentation to reflect latest changes" | ||
personal_token: ${{ secrets.DOCGEN_TOKEN }} | ||
publish_dir: ./docs/ | ||
publish_branch: gh-pages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: NuGet Gallery Push | ||
|
||
on: | ||
release: | ||
types: [published] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: windows-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
ref: ${{ github.ref }} | ||
- name: NuGet Installation | ||
uses: nuget/setup-nuget@v1 | ||
with: | ||
nuget-version: "latest" | ||
- name: MSBuild Installation | ||
uses: microsoft/setup-msbuild@v1.3 | ||
- name: Dependency Restoration | ||
run: nuget restore "Syndian.sln" | ||
- name: Solution Compilation | ||
run: msbuild "Syndian.sln" /p:Configuration=Release | ||
- name: NuGet Preparation | ||
run: nuget setApiKey ${{ secrets.NUGET_APIKEY }} | ||
- name: Package Publication | ||
run: | | ||
$path = "Syndian\bin\Release" | ||
$FileName = Get-ChildItem -Path $path -Name -Filter "Syndian.*" | ||
nuget push "$path\$FileName" -source "nuget.org" | ||
Oops, something went wrong.