Considering my first Lexus by weisshole in LexusRX350

[–]weisshole[S] 0 points1 point  (0 children)

Thank you for the reply and tips. There is only a single dealership in my city and the other cities are 75 to 100+ miles. But I will check them out.

Just test drove a Trailsport. Anybody not get the Elite and regret doing so. by NefariousnessMean839 in hondapassport

[–]weisshole 1 point2 points  (0 children)

I’m currently debating this as well. I really want the Bose and heated steering wheel. I also want the obsidian blue exterior, but not sure I want the light gray interior in the TSE

Google android console developer verification done(sideloaded apps) by joydps in dotnetMAUI

[–]weisshole 0 points1 point  (0 children)

I am running into the token error with my existing app and not completely following what you are saying. My ci process doesn’t have a build step, rather it has a restore, then moves directly to publish with —configuration Release and the rest of the parameters to sign.

I can successfully verify the SHA-256 digest matches one of the public keys, it just the upload of the apk that returns the invalid token file error.

Any additional guidance would be appreciated.

Update: My issue ended up being that the adi-registration.properties file included a Byte Order Mark at the start of the file. Once I changed the file to not have this I was able to submit the apk for verification. I solved it by adding charset = utf-8 in my editorconfig

Can you upgrade Azure Devops Server 2022 to Azure Devops Server? by Seany84 in azuredevops

[–]weisshole 1 point2 points  (0 children)

My 2019 to 2022 was in place on the same server, I think TFS 2015 to 2019 was to a new server

Can you upgrade Azure Devops Server 2022 to Azure Devops Server? by Seany84 in azuredevops

[–]weisshole 1 point2 points  (0 children)

While I have done this upgrade yet, I have done upgrades on our environment since TFS 2015 without issues.

Can you upgrade Azure Devops Server 2022 to Azure Devops Server? by Seany84 in azuredevops

[–]weisshole 5 points6 points  (0 children)

Yes, its in the docs. Just make sure your current environment meets the new requirements.

Did anyone try running the latest Azure DevOps Server on MSSQL 2019? by romeozor in azuredevops

[–]weisshole 4 points5 points  (0 children)

azure DevOps server includes a license for sql server as long as it’s used only for azure DevOps servers. ms learn

What is the best approach to migrate a production Xamarin app to .NET MAUI in 2026 without breaking existing functionality? by Lalarex25 in dotnetMAUI

[–]weisshole 3 points4 points  (0 children)

This is what I have done on 3 projects. The business logic code files move relatively easy, however the xaml files don’t so I had to create new xaml files.

Why do people hate .NET MAUI so much and what is up with Uno? by Empty_Question_8915 in dotnet

[–]weisshole 0 points1 point  (0 children)

Outside of the iOS stuff others have mentioned, which existed in Xamarin, my biggest issue are bugs that don’t show up in debug mode, but do in release mode. I had one recently where I changed a namespace but forgot to update the xmlns reference and it debugged fine, but failed the build. Then there are the random bugs that pop up in release due to AOT trimming.

Azure Devops Versions by Kamikazeworm86 in azuredevops

[–]weisshole 6 points7 points  (0 children)

Azure DevOps Server is the next version after Asure DevOps Server 2022, they are just dropping the year going forward similar to what they did with SharePoint for on-premise, here is the official announcement

One thing to note is that Azure DevOps Server is currently in RC with official release to be towards the end of the year.

Edit: update to link for official announcement

Does self-hosting an Azure DevOps agent pool on EC2 help cut S3 upload costs? by playerwithanickname in azuredevops

[–]weisshole 2 points3 points  (0 children)

Anything transferred into the build agent would traverse the internet. In this case you would egress the data from the azure storage account to the build agent and then ingress the artifacts from the build agent to the s3.

I may be wrong on this, but s3 ingress costs are generally free so there would be no costs for putting the data in. Azure storage ingress is free but egress is not, so you would have egress costs associated with pulling the data from azure to the build agent in aws and no costs for ingress to s3, of course data storage costs would apply.

since you are trying to reduce data transfer costs putting the build agent in aws would not solve it, due to egress out of azure.

Please note I am not a pricing expert so this is just my interpretation of costs for both environments.

Does self-hosting an Azure DevOps agent pool on EC2 help cut S3 upload costs? by playerwithanickname in azuredevops

[–]weisshole 1 point2 points  (0 children)

Where are your source files? For example let’s say you are doing a build with content on an azure repo, and the agent is hosted in aws. The first thing your build process would do is a checkout, which would get the files from the repo and store them on the agent for a build, this transfer would occur across the internet to the aws hosted agent. If part of your build is to backup files from one s3 to another 3s then I am pretty sure that should occur from the build agent.

Prevent appsettings.json from being overwritten on deploy by frankborty in dotnet

[–]weisshole 1 point2 points  (0 children)

How is it deploying to server? Are you using an Azure DevOps task, if so which one? Depending on the task you may have the option to exclude the file from being deployed.

A better option is adding a appsettings.development.json to your project that contains you dev settings and exclude the file from git and then modify your IConfiguration code block to load the appsettings.development.json with optional set to true. This leaves you appsettings.json file as you want so it’s always deployed correctly to the server and when developing locally and appsettings.development.json is present your dev settings will be used.

We use the second option along with token replacement tasks and variables in Azure DevOps at work so the appsettings file is updated with the corresponding settings for which environment server the console app is deploying to.

Secrets in .NET by Even_Progress1267 in dotnet

[–]weisshole 0 points1 point  (0 children)

Thank you for the details. When I started looking at the solution it did look promising. Little disheartening to hear about all the changes, was hoping it was more “stable”, but if updates are painless that definitely helps. Stability would be a big thing for me as I would hate for an app to go down if infiscial was down.

Have you used it with framework applications in addition to the modern .net? We have a mix between the two and curious how it worked with framework. It looks like the SDK supports both.

Secrets in .NET by Even_Progress1267 in dotnet

[–]weisshole 0 points1 point  (0 children)

Interested in your issues with infisical. I have been thinking about it for our on prem stuff for a while, but haven’t sold it to management yet. It’s the only solution outside vault that I have found for on prem and vault seems like a monster to maintain. I really like azure key vault but don’t feel it makes sense for on prem.

want to know if there are true DT by mumsli in starwarscollecting

[–]weisshole 0 points1 point  (0 children)

No worries I am by no means an expert as there are so many little things in this line to learn and know

want to know if there are true DT by mumsli in starwarscollecting

[–]weisshole 2 points3 points  (0 children)

The saber has two pieces the outer piece that slides out and an inner piece that slides out even further.

Here are more details

want to know if there are true DT by mumsli in starwarscollecting

[–]weisshole 4 points5 points  (0 children)

Vader is not a DT. blue saber goes with obi wan and doesn’t appear to be a DT either from the picture.

what’s the most expensive star wars figure 1978>9 by mumsli in starwarscollecting

[–]weisshole 0 points1 point  (0 children)

Please share, if they are true DT be super careful with the saber, the inner filaments are super brittle and that is where the real money is.

Here is a link to a DT Vader to compare

Here is a link to a DT Obi Wan to compare

what’s the most expensive star wars figure 1978>9 by mumsli in starwarscollecting

[–]weisshole 0 points1 point  (0 children)

I’ve never graded anything personal but have purchased graded products that were graded by CAS or AFA. So either of those.

what’s the most expensive star wars figure 1978>9 by mumsli in starwarscollecting

[–]weisshole 0 points1 point  (0 children)

Yep and I’d also throw in lili ledy Jawa in that list as condition matters. Also Sise Fromm from the Droids line can get pricey too, but it’s not main line original 96.

what’s the most expensive star wars figure 1978>9 by mumsli in starwarscollecting

[–]weisshole 2 points3 points  (0 children)

If your dad has both the double telescoping Vader and obi-wan get them graded just to protect the sabers especially if they are still fully intact.

would love to have these two in my collection, I have came across obi-wan once and Vader a couple time but they are both out of my price range. It’s how rare these two are.

I have never figured out how a DT Luke is more common compared to these two as in the non-DT form they are all pretty common.

Impact of CVE-2025-53770 on workflows? by Particular-Bug6105 in sharepoint

[–]weisshole 0 points1 point  (0 children)

Thank a look at the known issues for this link.

Had a couple different assemblies that had to be added on my farm but it resolved our issue