Skip to content

Commit 7bbe55d

Browse files
authored
Merge pull request #92 from sunnamed434/dev
Bump new version 0.10.0-alpha.19
2 parents e3ee949 + 8ae330b commit 7bbe55d

File tree

52 files changed

+362
-165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+362
-165
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ body:
7373
options:
7474
- CLI
7575
- GUI
76+
- Other
7677
validations:
7778
required: false
7879
- type: dropdown
@@ -85,5 +86,6 @@ body:
8586
- Windows
8687
- Linux
8788
- Mac
89+
- Other
8890
validations:
8991
required: false
Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
name: "💡 Feature Request"
22
description: Create a new ticket for a new feature request.
33
body:
4-
- type: textarea
5-
id: implementation_pr
6-
attributes:
7-
label: "Implementation PR"
8-
description: Pull request used
9-
placeholder: "#Pull Request ID"
10-
validations:
11-
required: false
12-
- type: textarea
13-
id: reference_issues
14-
attributes:
15-
label: "Reference Issues"
16-
description: Common issues
17-
placeholder: "#Issues IDs"
18-
validations:
19-
required: false
204
- type: textarea
215
id: summary
226
attributes:
@@ -32,20 +16,4 @@ body:
3216
description: Indicate here some basic examples of your feature.
3317
placeholder: A few specific words about your feature request.
3418
validations:
35-
required: true
36-
- type: textarea
37-
id: drawbacks
38-
attributes:
39-
label: "Drawbacks"
40-
description: What are the drawbacks/impacts of your feature request ?
41-
placeholder: Identify the drawbacks and impacts while being neutral on your feature request
42-
validations:
43-
required: true
44-
- type: textarea
45-
id: unresolved_question
46-
attributes:
47-
label: "Unresolved questions"
48-
description: What questions still remain unresolved ?
49-
placeholder: Identify any unresolved issues.
50-
validations:
51-
required: false
19+
required: true

.idea/.idea.BitMono/.idea/indexLayout.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/.idea.BitMono/.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

BitMono.sln

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitMono.Core.TestCases.Meth
5858
EndProject
5959
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitMono.Core.TestCases.Types", "test\TestBinaries\DotNet\BitMono.Core.TestCases.Types\BitMono.Core.TestCases.Types.csproj", "{5DC793B1-F82B-4BC7-99C9-FE8C1545E1F7}"
6060
EndProject
61+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitMono.Core.TestCases.Reflection", "test\TestBinaries\DotNet\BitMono.Core.TestCases.Reflection\BitMono.Core.TestCases.Reflection.csproj", "{1683308C-36D4-49B1-8CCE-9DDE09336856}"
62+
EndProject
6163
Global
6264
GlobalSection(SolutionConfigurationPlatforms) = preSolution
6365
Debug|Any CPU = Debug|Any CPU
@@ -138,6 +140,10 @@ Global
138140
{5DC793B1-F82B-4BC7-99C9-FE8C1545E1F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
139141
{5DC793B1-F82B-4BC7-99C9-FE8C1545E1F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
140142
{5DC793B1-F82B-4BC7-99C9-FE8C1545E1F7}.Release|Any CPU.Build.0 = Release|Any CPU
143+
{1683308C-36D4-49B1-8CCE-9DDE09336856}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
144+
{1683308C-36D4-49B1-8CCE-9DDE09336856}.Debug|Any CPU.Build.0 = Debug|Any CPU
145+
{1683308C-36D4-49B1-8CCE-9DDE09336856}.Release|Any CPU.ActiveCfg = Release|Any CPU
146+
{1683308C-36D4-49B1-8CCE-9DDE09336856}.Release|Any CPU.Build.0 = Release|Any CPU
141147
EndGlobalSection
142148
GlobalSection(SolutionProperties) = preSolution
143149
HideSolutionNode = FALSE
@@ -163,6 +169,7 @@ Global
163169
{1D6B1BA7-496F-4F91-A115-EF5E5DC6E6C2} = {A431DCB4-6EF9-4BEF-8902-FA704D62624E}
164170
{4166AC73-6969-406A-ADD0-67CB70A76D9C} = {A431DCB4-6EF9-4BEF-8902-FA704D62624E}
165171
{5DC793B1-F82B-4BC7-99C9-FE8C1545E1F7} = {A431DCB4-6EF9-4BEF-8902-FA704D62624E}
172+
{1683308C-36D4-49B1-8CCE-9DDE09336856} = {A431DCB4-6EF9-4BEF-8902-FA704D62624E}
166173
EndGlobalSection
167174
GlobalSection(ExtensibilityGlobals) = postSolution
168175
SolutionGuid = {7DA0BB43-C1D4-4688-BE43-A9ED2D6F78EE}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
| Versions: |
22
| - |
3+
| [v0.10.0-alpha](#v0100-alpha19) |
34
| [v0.9.0-alpha](#v090-alpha18) |
45
| [v0.8.0-alpha](#v080-alpha17) |
56
| [v0.7.0-alpha](#v070-alpha16) |
@@ -20,6 +21,11 @@
2021
| [v0.1.0](#v010) |
2122

2223
---
24+
### v0.10.0-alpha.19:
25+
2023-02-013
26+
#### Added:
27+
* Command line arguments [#82](https://github.com/sunnamed434/BitMono/issues/82)
28+
2329
### v0.9.0-alpha.18:
2430
2023-02-09
2531
#### Changed:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[![Build status][image_appveyor_main_badge]][appveyor_main_build]
88
[![Test status][image_test]][test]
99
[![Codefactor][image_codefactor]][codefactor]
10+
[![DeepSource][image_deepsource]][deepsource]
1011
[![Gitter Chat][image_gitter]][gitter]
1112
[![MIT License][image_license]][license]
1213

@@ -85,6 +86,7 @@ Credits
8586

8687
[test]: https://ci.appveyor.com/project/sunnamed434/bitmono/branch/main/tests
8788
[codefactor]: https://www.codefactor.io/repository/github/sunnamed434/bitmono/overview/main
89+
[deepsource]: https://deepsource.io/gh/sunnamed434/BitMono/?ref=repository-badge
8890
[gitter]: https://gitter.im/BitMonoSpeech/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
8991
[license]: https://github.com/sunnamed434/BitMono/blob/main/LICENSE
9092
[asmresolver]: https://github.com/Washi1337/AsmResolver
@@ -107,6 +109,7 @@ Credits
107109
[image_build]: https://ci.appveyor.com/api/projects/status/8jh35hfno6riq25j?svg=true&style=plastic
108110
[image_test]: https://img.shields.io/appveyor/tests/sunnamed434/bitmono/main
109111
[image_codefactor]: https://www.codefactor.io/repository/github/sunnamed434/bitmono/badge/main
112+
[image_deepsource]: https://deepsource.io/gh/sunnamed434/BitMono.svg/?label=active+issues&show_trend=true&token=_FJf25YbtCpPyX7SRveXCaGd
110113
[image_gitter]: https://badges.gitter.im/BitMonoSpeech/community.svg?style=plastic
111114
[image_license]: https://img.shields.io/github/license/sunnamed434/bitmono
112115
[image_appveyor_main_badge]: https://ci.appveyor.com/api/projects/status/8jh35hfno6riq25j/branch/main?svg=true

props/SharedProjectProps.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<PackageLicenseExpression>MIT</PackageLicenseExpression>
77
<PackageProjectUrl>https://github.com/sunnamed434/BitMono</PackageProjectUrl>
88
<PackageOwners>sunnamed434</PackageOwners>
9-
<PackageVersion>0.9.0-alpha.18</PackageVersion>
9+
<PackageVersion>0.10.0-alpha.19</PackageVersion>
1010
<RepositoryUrl>https://github.com/sunnamed434/BitMono</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<Authors>sunnamed434</Authors>
13-
<Version>0.9.0-alpha.18</Version>
14-
<InformationalVersion>0.9.0-alpha.18</InformationalVersion>
13+
<Version>0.10.0-alpha.19</Version>
14+
<InformationalVersion>0.10.0-alpha.19</InformationalVersion>
1515
<Company>BitMono</Company>
1616
<Copyright>sunnamed434</Copyright>
1717
<LangVersion>10</LangVersion>

src/BitMono.CLI/BitMono.CLI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<Import Project="$(MSBuildThisFileDirectory)..\..\props\SharedProjectProps.props" />
1010

1111
<ItemGroup>
12+
<PackageReference Include="CommandLineParser" Version="2.9.1" />
1213
<PackageReference Include="Costura.Fody" Version="5.7.0">
1314
<PrivateAssets>all</PrivateAssets>
1415
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/BitMono.CLI/GlobalUsings.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@
1010
global using System;
1111
global using System.Collections.Generic;
1212
global using System.Diagnostics;
13+
global using System.Diagnostics.CodeAnalysis;
1314
global using System.IO;
1415
global using System.Linq;
1516
global using System.Threading;
1617
global using System.Threading.Tasks;
1718
global using BitMono.Core.Extensions;
1819
global using BitMono.Host.Extensions;
1920
global using BitMono.Shared.Models;
21+
global using CommandLine;
2022
global using Microsoft.Extensions.Options;
2123
global using Pocket.Extensions;
2224
global using Serilog;

0 commit comments

Comments
 (0)