Git Product home page Git Product logo

Comments (3)

jeanfrancoislarente avatar jeanfrancoislarente commented on July 28, 2024

Thanks for reporting @blipson89 - we'll take a look as soon as we get a chance.

from xgenerator.

blipson89 avatar blipson89 commented on July 28, 2024

Could this be the problem?

if (!(Randomness.Random.NextDouble() < IdentifiedPercentage))
return;

Line 31 seems to be the only place I see ContactEmail getting generated anywhere in the code, and it seems like there's a chance for it to be short circuited by line 20. I suspect that might be how this situation is coming up, but I'm not sure. I'm still digging

from xgenerator.

scottmulligan avatar scottmulligan commented on July 28, 2024

Hi @blipson89. I think you nailed it.

After taking a quick look I can see this issue in the version for 9.0.2 & it appears to be fixed in the 9.1.0 version. I see an extra check for empty email in the 9.1.0 version.

Take a quick look at the "ContactDataProcessor.cs" file in the "release/9.1.0" branch and let me know what you think. You could potentially steal the updated code and give it a shot if you are building your own xGenerator package or deploying to your site.

Either way, we will port the updates back to the 9.0.2 code and re-test.

Thanks for posting this issue!

from xgenerator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.