Skip to content

Conversation

@networkfusion
Copy link
Member

@networkfusion networkfusion commented Jul 28, 2024

Description

From initially removing Windows.Storage and Storage.Streams, to finally fixing build and improving tools

Motivation and Context

Built was failing and doc website not updating

Types of changes

  • Improvement (correction, content improvement, typo fix, formatting)
  • New Article (new document for docs website)
  • Config and build (change in the configuration and build system, has no impact on code or features)

Checklist:

  • My doc follows the code style of this project.
  • I have read the CONTRIBUTING document.

Remove Windows.Storage and Storage.Streams
These are deprecated.
@coderabbitai
Copy link

coderabbitai bot commented Jul 28, 2024

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch remove-win-storage

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Member

@josesimoes josesimoes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Let's keep this on hold until they are removed.

@josesimoes
Copy link
Member

This is bringing the required work to have the pipeline running again, which is great.
Still, I believe we should keep this in the docs, just label it as deprecated. I don't have a good suggestion to acomplish that tough... 😅

@Ellerbach Ellerbach changed the title Remove Windows.Storage and Storage.Streams [CI/CD] Fixing build system and improving linting Dec 1, 2025
"MD033": false,
"MD056": true,
"MD059": false,
"MD060" : { "style": "any" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is OK with any. It's building with that on the main branch. It does help to have a coherent table style.

msbuildArchitecture: 'x64'
maximumCpuCount: true

# Clean up samples folder from IoT.Device before building
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This step can be removed. It's not doing anything.
Actually removing the samples folder on each device would cause the build to fail as the project won't be found.

"**/TestAppv5*/**",
"**/TestMqtt*/**",
"**/Microsoft.ApplicationInsights.*/**"
"**/Microsoft.ApplicationInsights.*/**",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we're removing the solution, this path won't ever exist. So this is redundant and can be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants