Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit e964344

Browse files
authored
Update README.md
1 parent 3180c8d commit e964344

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# BicepNet
22

3-
This is the repository for **BicepNet**, a thin wrapper around [Bicep](https://github.com/Azure/bicep) that will load all Bicep assemblies in a separate context to avoid conflicts with other modules. **BicepNet** is developed for the [Bicep PowerShell](https://github.com/PSBicep/BicepPowerShell) module but could be used for any other project where you want to leverage Bicep functionality natively in PowerShell or .NET.
3+
> **BicepNet is no longer a standalone project from PSBicep! The code lives on as part of the [Bicep PowerShell module](https://github.com/PSBicep/PSBicep).**
4+
5+
---
6+
7+
This is the repository for **BicepNet**, a thin wrapper around [Bicep](https://github.com/Azure/bicep) that will load all Bicep assemblies in a separate context to avoid conflicts with other modules. **BicepNet** is developed for the [Bicep PowerShell](https://github.com/PSBicep/PSBicep) module but could be used for any other project where you want to leverage Bicep functionality natively in PowerShell or .NET.
48

59
Using BicepNet is generally much faster than calling the CLI since the overhead of loading all assemblies is only performed once. Since BicepNet depends on internal code from the Bicep project, support for new versions of Bicep is incorporated with a bit of delay. The table below shows wich version of Bicep is used in each release of BicepNet.
610

@@ -34,7 +38,7 @@ Using BicepNet is generally much faster than calling the CLI since the overhead
3438

3539
## Issues
3640

37-
Issues is disabled in the BicepNet repository. Open an issue in [PSBicep/PSBicep](https://github.com/PSBicep/PSBicep/issues) for bug reports or feature requests.
41+
Issues are disabled in the BicepNet repository. Open an issue in [PSBicep/PSBicep](https://github.com/PSBicep/PSBicep/issues) for bug reports or feature requests.
3842

3943
## Contributing
4044
If you like the BicepNet PowerShell module and want to contribute you are very much welcome to do so. Please read our [Contribution Guide](CONTRIBUTING.md) before you start! ❤

0 commit comments

Comments
 (0)