Vertiq.Utilities.RoslynReflection 5.7.1

dotnet add package Vertiq.Utilities.RoslynReflection --version 5.7.1
NuGet\Install-Package Vertiq.Utilities.RoslynReflection -Version 5.7.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Vertiq.Utilities.RoslynReflection" Version="5.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Vertiq.Utilities.RoslynReflection --version 5.7.1
#r "nuget: Vertiq.Utilities.RoslynReflection, 5.7.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Vertiq.Utilities.RoslynReflection as a Cake Addin
#addin nuget:?package=Vertiq.Utilities.RoslynReflection&version=5.7.1

// Install Vertiq.Utilities.RoslynReflection as a Cake Tool
#tool nuget:?package=Vertiq.Utilities.RoslynReflection&version=5.7.1

Commitizen friendly Nuget CI

<img src="img/vertiq.svg" width="100px" />

Vertiq

A highly modular Framework to write Blazor Applications with a hassle free vertical sliced architecture - Easy. Flexible. Focused.

This includes various platforms Blazor can run on such as: Blazor Server Side / Blazor Wasm / Blazor MAUI / Blazor Mobile Bindings without a single change in your code!

Platform support: .net6.0 and upper.

Usage & Installation

Start by (re)installing the templates to the latest version

dotnet new install Vertiq.Templates 

Afterwards you will be able to start a simple project by running

REM There is currently a bug in the net7.0 SDK so we use net6.0
dotnet new globaljson --sdk-version 6.0.400 --roll-forward patch --force
REM Install the b-tool
dotnet tool install -g b-tool
REM Create the project
dotnet new vertiq-blazor-server -o AcmeProject
REM change dir
cd AcmeProject
REM create a git repo
git init && git add . && git commit -m "feat: initial commit"
REM build the project
b
REM run the project
b run -s

Contributing

Prerequisites

You need to have node v12, Yarn and dotnet sdk net6.0 or higher installed on your local machine.

Building

You should be able to build the project by using the build scripts:

#Windows
build.bat
#Or for short
b.bat
#Or for powershell
./build.ps1

#Linux & MacOS
. build.sh

However we recommend you use the b-tool to build the project by installing it via

dotnet tool install -g b-tool
REM To build just call b afterwards
b

Afterwards you will be able to build by simply calling b on any platform. You also can specify arguments just by passing them to the tool by a space for example: b test. This even works if you current directory is a subdirectory of the project.

The project uses bullseye to list individual targets use b -l. To run individual targets call b targetname -s

Testing

Some of the integration tests use Docker. On Windows or MacOS please install Docker Desktop. Afterwards the dockerized tests will run automatically.

Releasing

We follow the semver pattern to for versioning our packages. Please use the r-tool to automate the release process. To install it run:

dotnet tool install -g r-tool

And run r and follow the wizard to guide you to the release publishing process.

Writing docs

We use the Feature-Center as a custom tool to write the documentation. To serve up docs simply call dotnet run --project demo\FC\FC\FC.csproj and open https://localhost:7130. All documentation is in the demo/FC/FC.Module directory.

Licensing

Vertiq is available for commercial usage to a thirty-day trial period, after which a license fee must be paid to obtain a license. Please contact us via sales@vertiq.io.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.7.1 160 11/29/2023
5.7.0 115 11/21/2023
5.6.0 109 11/15/2023
5.5.6 83 11/14/2023
5.5.5 95 11/11/2023
5.5.4 65 11/11/2023
5.5.3 72 11/11/2023
5.5.2 96 11/11/2023
5.5.1 97 11/10/2023
5.5.0 92 11/9/2023
5.4.0 94 11/9/2023
5.3.4 101 11/7/2023
5.3.3 90 11/7/2023
5.3.2 73 11/7/2023
5.3.1 95 11/6/2023
5.3.0 87 11/6/2023
5.2.2 106 10/30/2023
5.2.1 111 10/29/2023
5.2.0 105 10/23/2023
5.1.0 121 10/21/2023
5.0.0 131 10/2/2023
4.0.0 125 9/17/2023
3.0.2 136 8/21/2023
2.3.0 128 7/7/2023
2.2.15 131 7/7/2023
2.2.14 131 7/7/2023
2.2.13 136 7/6/2023
2.2.12 119 7/6/2023
2.2.11 140 7/5/2023
2.2.10 136 7/4/2023
2.2.9 118 7/4/2023
2.2.8 137 7/4/2023
2.2.6 131 7/4/2023
2.2.5 131 7/4/2023
2.2.4 139 7/3/2023
2.2.3 134 7/3/2023
2.2.2 136 7/3/2023
2.2.1 149 7/3/2023
2.1.1 125 6/26/2023
2.1.0 127 6/26/2023
2.0.1 131 5/4/2023
2.0.0 137 5/4/2023
1.2.3 231 3/6/2023
1.2.2 219 3/3/2023
1.2.1 250 2/13/2023
1.2.0 237 2/10/2023
1.1.1 279 12/29/2022
1.1.0 275 12/27/2022
1.0.0 282 12/27/2022
0.4.16 302 12/27/2022
0.4.15 279 12/26/2022
0.4.14 277 12/26/2022
0.4.13 278 12/26/2022
0.4.12 285 12/22/2022
0.4.11 279 12/21/2022
0.4.10 283 12/20/2022
0.4.9 271 12/20/2022
0.4.8 284 12/19/2022
0.4.7 287 12/17/2022
0.4.6 276 12/17/2022
0.4.5 278 12/16/2022
0.4.4 278 12/16/2022
0.4.3 281 12/16/2022
0.4.2 295 12/16/2022
0.4.1 283 12/16/2022
0.4.0 276 12/14/2022
0.3.13 301 12/14/2022
0.3.12 288 12/14/2022
0.3.7 286 12/14/2022
0.3.6 287 12/14/2022
0.3.5 281 12/13/2022
0.3.4 287 12/13/2022
0.3.3 282 12/13/2022
0.3.2 275 12/13/2022
0.3.1 275 12/13/2022

## <small>5.7.1 (2023-11-29)</small>
* fix: MudEnumSelects now should trigger StateHasChanged ([f4f3232](https://github.com/vertiq-io/Vertiq/commit/f4f3232))
## 5.7.0 (2023-11-21)
* release: new version 5.6.1 ([3a17ff4](https://github.com/vertiq-io/Vertiq/commit/3a17ff4))
* release: new version 5.7.0 ([4b3082e](https://github.com/vertiq-io/Vertiq/commit/4b3082e))
* Update CI.yml ([d66d4b9](https://github.com/vertiq-io/Vertiq/commit/d66d4b9))
* Update CI.yml ([8229351](https://github.com/vertiq-io/Vertiq/commit/8229351))
* Update CI.yml ([a0f0344](https://github.com/vertiq-io/Vertiq/commit/a0f0344))
* Update CI.yml ([9223c84](https://github.com/vertiq-io/Vertiq/commit/9223c84))
* Update CI.yml ([4cb94c4](https://github.com/vertiq-io/Vertiq/commit/4cb94c4))
* Update CI.yml ([78cda54](https://github.com/vertiq-io/Vertiq/commit/78cda54))
* Update CI.yml ([dd4571b](https://github.com/vertiq-io/Vertiq/commit/dd4571b))
* Update CI.yml ([4e6eca6](https://github.com/vertiq-io/Vertiq/commit/4e6eca6))
* Update CI.yml ([6809add](https://github.com/vertiq-io/Vertiq/commit/6809add))
* Update CI.yml ([0d62890](https://github.com/vertiq-io/Vertiq/commit/0d62890))
* Update MudBlazor ([7e55b20](https://github.com/vertiq-io/Vertiq/commit/7e55b20))
* build: added ([8d8a506](https://github.com/vertiq-io/Vertiq/commit/8d8a506))
* build: added android build number ([f01f4f7](https://github.com/vertiq-io/Vertiq/commit/f01f4f7))
* build: added fc andorid ([b03465d](https://github.com/vertiq-io/Vertiq/commit/b03465d))
* build: added fc andorid ([95f1f5b](https://github.com/vertiq-io/Vertiq/commit/95f1f5b))
* build: added maui ([f5a2b8c](https://github.com/vertiq-io/Vertiq/commit/f5a2b8c))
* build: added ruby for fastlane ([5ff7536](https://github.com/vertiq-io/Vertiq/commit/5ff7536))
* build: added ruby GemFile & Fastfile ([81fab24](https://github.com/vertiq-io/Vertiq/commit/81fab24))
* build: fastfile and keys ([8fbf0d3](https://github.com/vertiq-io/Vertiq/commit/8fbf0d3))
* build(demo): sign android package ([5d4fbb1](https://github.com/vertiq-io/Vertiq/commit/5d4fbb1))
* feat(hosting): FC Maui sentry ([18180a8](https://github.com/vertiq-io/Vertiq/commit/18180a8))
* feat(hosting): FC Maui sentry ([e574039](https://github.com/vertiq-io/Vertiq/commit/e574039))
* feat(hosting): FC Maui sentry ([518e3e9](https://github.com/vertiq-io/Vertiq/commit/518e3e9))
* feat(hosting): FC Maui sentry ([b84461f](https://github.com/vertiq-io/Vertiq/commit/b84461f))
* feat(hosting): FC Maui sentry ([a8cc0df](https://github.com/vertiq-io/Vertiq/commit/a8cc0df))
* feat(hosting): FC Maui sentry ([64de7a7](https://github.com/vertiq-io/Vertiq/commit/64de7a7))