-
-
Notifications
You must be signed in to change notification settings - Fork 27
v1.5.1 release #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.5.1 release #66
Conversation
|
PSScriptAnalyzer results: Errors: [0], Warnings: [189], Information: [1]
|
|
I'm going to run several tests today, including testing these changes. 👍🏻 |
|
With the new module structure the manual install method need to be updated https://github.com/AsBuiltReport/AsBuiltReport.Core?tab=readme-ov-file#github PS C:\> import-Module AsBuiltReport.Core -Force
import-Module : The specified module 'AsBuiltReport.Core' was not loaded because no valid module file was found in any module directory.
At line:1 char:1
+ import-Module AsBuiltReport.Core -Force
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (AsBuiltReport.Core:String) [Import-Module], FileNotFoundException
+ FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
PS C:\>I manually copy the module content from the AsBuiltReport.Core folder to the root of the AsBuiltReport.Core folder. PS C:\> ls
Directory: C:\Users\jocolon\Documents\WindowsPowerShell\Modules\AsBuiltReport.Core
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 11/16/2025 10:27 PM .github
d----- 11/16/2025 10:27 PM .vscode
d----- 11/16/2025 10:27 PM AsBuiltReport.Core <=== From Here
d----- 11/16/2025 10:27 PM Tests
------ 11/16/2025 10:27 PM 41 .gitignore
------ 11/16/2025 10:27 PM 8825 CHANGELOG.md
------ 11/16/2025 10:27 PM 5849 CODE_OF_CONDUCT.md
------ 11/16/2025 10:27 PM 8160 CONTRIBUTING.md
------ 11/16/2025 10:27 PM 1070 LICENSE
------ 11/16/2025 10:27 PM 17424 README.md
------ 11/16/2025 10:27 PM 2747 SECURITY.md
------ 11/16/2025 10:27 PM 11458 TESTING.md
PS C:\> |
rebelinux
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on Windows and Linux - all functionality works as expected.
|
PSScriptAnalyzer results: Errors: [0], Warnings: [189], Information: [1]
|
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment Thanks for integrating Codecov - We've got you covered ☂️ |
Description
Changed
OutputFolderPathparameter is now optional. If not specified, the report will be saved to the current folder location.Related Issue
Resolves #65.
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: